Files
create-react-app/docusaurus/website/sidebars.json
2018-10-07 18:58:51 +02:00

14 lines
440 B
JSON

{
"docs": {
"Getting Started": ["getting-started", "folder-structure", "available-scripts"],
"Development": [
"syntax-highlighting-in-the-editor",
"lint-output-in-the-editor",
"debugging-in-the-editor"
],
"Testing": ["running-tests", "debugging-tests"],
"Deployment": ["publishing-components-to-npm", "deployment"],
"Support": ["troubleshooting", "sending-feedback", "something-missing"]
}
}