super-graph/docs/website/sidebars.js

21 lines
293 B
JavaScript
Raw Permalink Normal View History

2020-05-17 09:11:56 +02:00
module.exports = {
someSidebar: {
Docusaurus: [
"home",
"intro",
2020-06-07 21:58:00 +02:00
"webui",
2020-05-17 09:11:56 +02:00
"start",
"why",
"graphql",
"react",
"advanced",
"security",
2020-05-24 16:44:00 +02:00
"telemetry",
2020-05-17 09:11:56 +02:00
"config",
"seed",
2020-05-17 09:11:56 +02:00
"deploy",
"internals",
],
},
};