mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
update base url to website
This commit is contained in:
@@ -9,7 +9,7 @@ const loadYaml = relativePath => parseYaml(fs.readFileSync(path.join(__dirname,
|
||||
|
||||
const team = loadYaml("dynamic/team.yml");
|
||||
const users = loadYaml("dynamic/users.yml");
|
||||
const baseUrl = '/openapi-generator/';
|
||||
const baseUrl = '/';
|
||||
const siteConfig = {
|
||||
title: 'OpenAPI Generator', // Title for your website.
|
||||
tagline: 'Generate clients, servers, and documentation from OpenAPI 2.0/3.x documents',
|
||||
|
||||
Reference in New Issue
Block a user