Merge pull request #22541 from sennyeya/documentation/getting-started
docs: start adding user roles to getting started documentation
This commit is contained in:
+14
-6
@@ -20,14 +20,19 @@ nav:
|
||||
- Support and community: 'overview/support.md'
|
||||
- Logo assets: 'overview/logos.md'
|
||||
- Getting Started:
|
||||
- Getting Started: 'getting-started/index.md'
|
||||
- Create an App: 'getting-started/create-an-app.md'
|
||||
- App configuration:
|
||||
- Installing a standalone server: 'getting-started/index.md'
|
||||
- Configuring Backstage:
|
||||
- Database: 'getting-started/config/database.md'
|
||||
- Authentication: 'getting-started/config/authentication.md'
|
||||
- Configuring App with plugins: 'getting-started/configure-app-with-plugins.md'
|
||||
- Customize the look-and-feel of your App: 'getting-started/app-custom-theme.md'
|
||||
- Customizing your Homepage: 'getting-started/homepage.md'
|
||||
- Using Backstage:
|
||||
- Logging in: 'getting-started/logging-in.md'
|
||||
- Register a component: 'getting-started/register-a-component.md'
|
||||
- Create a component: 'getting-started/create-a-component.md'
|
||||
- Keeping Backstage Updated: 'getting-started/keeping-backstage-updated.md'
|
||||
- Key Concepts: 'getting-started/concepts.md'
|
||||
- Project Structure: 'getting-started/project-structure.md'
|
||||
- Local Development:
|
||||
- CLI:
|
||||
- Overview: 'local-dev/cli-overview.md'
|
||||
@@ -211,11 +216,14 @@ nav:
|
||||
- ADR009 - Entity References: 'architecture-decisions/adr009-entity-references.md'
|
||||
- ADR010 - Luxon Date Library: 'architecture-decisions/adr010-luxon-date-library.md'
|
||||
- ADR011 - Plugin Package Structure: 'architecture-decisions/adr011-plugin-package-structure.md'
|
||||
- ADR012 - Plugin Package Structure: 'architecture-decisions/adr012-use-luxon-locale-and-date-presets.md'
|
||||
- ADR013 - Plugin Package Structure: 'architecture-decisions/adr013-use-node-fetch.md'
|
||||
- ADR012 - Use Luxon Locale: 'architecture-decisions/adr012-use-luxon-locale-and-date-presets.md'
|
||||
- ADR013 - Use node-fetch: 'architecture-decisions/adr013-use-node-fetch.md'
|
||||
- FAQ:
|
||||
- Overview: 'faq/index.md'
|
||||
- Product FAQ: 'faq/product.md'
|
||||
- Technical FAQ: 'faq/technical.md'
|
||||
- Contribute:
|
||||
- Contributions: 'contribute/index.md'
|
||||
- Project Structure: 'contribute/project-structure.md'
|
||||
- References:
|
||||
- Glossary: 'references/glossary.md'
|
||||
|
||||
Reference in New Issue
Block a user