docs: move project structure to getting started

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-06-18 11:37:45 +02:00
parent f3ece9ca0f
commit e167019158
3 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -26,7 +26,8 @@
},
"getting-started/keeping-backstage-updated",
"getting-started/concepts",
"getting-started/contributors"
"getting-started/contributors",
"getting-started/project-structure"
],
"CLI": ["cli/index", "cli/commands"],
"Core Features": [
@@ -261,7 +262,6 @@
"architecture-decisions/adrs-adr010",
"architecture-decisions/adrs-adr011"
],
"Support": ["support/project-structure"],
"FAQ": ["FAQ"]
}
}
+1
View File
@@ -26,6 +26,7 @@ nav:
- Keeping Backstage Updated: 'getting-started/keeping-backstage-updated.md'
- Key Concepts: 'getting-started/concepts.md'
- Contributors: 'getting-started/contributors.md'
- Project Structure: 'getting-started/project-structure.md'
- CLI:
- Overview: 'cli/index.md'
- Commands: 'cli/commands.md'