mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
51 lines
818 B
JavaScript
Executable File
51 lines
818 B
JavaScript
Executable File
|
|
module.exports = {
|
|
docs: {
|
|
'Getting Started': [
|
|
'installation',
|
|
'plugins',
|
|
'online',
|
|
'usage',
|
|
'globals',
|
|
'configuration',
|
|
'file-post-processing'
|
|
],
|
|
'Extending': [
|
|
'templating',
|
|
'customization',
|
|
'debugging',
|
|
'integrations'
|
|
],
|
|
'Contributing': [
|
|
'contributing',
|
|
'code-of-conduct',
|
|
'contribute-building',
|
|
'new-generator'
|
|
],
|
|
'About': [
|
|
'roadmap',
|
|
'swagger-codegen-migration',
|
|
'fork-qna'
|
|
],
|
|
'Releases': [
|
|
'release-summary',
|
|
'release-3-0-0'
|
|
],
|
|
'API': [
|
|
{
|
|
type: 'doc',
|
|
id: 'generators',
|
|
},
|
|
]
|
|
},
|
|
|
|
'faq-sidebar': {
|
|
'FAQ': [
|
|
'faq',
|
|
'faq-extending',
|
|
'faq-contributing',
|
|
'faq-generators'
|
|
]
|
|
}
|
|
}
|