Files
openapi-generator/website/sidebars.json
Jim Schubert 0e1ce6bb63 [docs] Custom template clarifications and other minor enhancements (#4167)
* [docs] Updating docsite outputs to be browsable on Github as well

* Fix links to other files
   Suffix `.md` was needed to make links works

* [docs] Add clarification to differences between customization and templating docs

* [docs] Collapsible side bar, scroll to top, minor enhancements
2019-10-16 18:04:44 -04:00

44 lines
687 B
JSON
Executable File

{
"docs": {
"Getting Started": [
"installation",
"plugins",
"online",
"usage"
],
"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": [
"generators"
]
},
"faq-sidebar": {
"FAQ": [
"faq",
"faq-extending",
"faq-contributing",
"faq-generators"
]
}
}