docs: start bringing structure from /docs to docusaurus

This commit is contained in:
Ivan Shmidt
2020-08-11 15:32:15 +02:00
parent 990cc18fb9
commit 45ba08a1d5
10 changed files with 1527 additions and 1522 deletions
+6 -13
View File
@@ -1,17 +1,10 @@
{
"docs": {
"Getting Started": ["getting-started/getting-started-index"],
"Plugins": [
"developing-a-plugin",
"plugin-api",
"create-plugin-api-v2",
"plugin-structure",
"components",
"errors-notifications"
],
"Test": ["test"],
"API Overview": ["apis"],
"Layout components": ["layout-components"],
"Testing": ["testing-with-jest"]
"Overview": [
"overview/what-is-backstage",
"overview/architecture-overview",
"overview/architecture-terminology",
"overview/roadmap"
]
}
}