Files
openapi-generator/website/sidebars.json
Jim Schubert 3ed68a0515 [docs] Migrate FAQ, release summary from wiki
FAQ has been split into multiple smaller documents to better categorize
and allow users to find what they're looking for (in docs folder or in
new website).

Release summary information (versioning strategy and cadence) has been
migrated from the Wiki and clarified a bit.

Also adds copy button for all code snippets in website.
2019-01-06 22:45:32 -05:00

46 lines
687 B
JSON
Executable File

{
"docs": {
"Getting Started": [
"installation",
"plugins",
"online",
"usage",
"general-faq"
],
"Extending": [
"templating",
"customization",
"debugging",
"integrations"
],
"Contributing": [
"contributing",
"code-of-conduct",
"contribute-building"
],
"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"
]
}
}