-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathmkdocs.yml
More file actions
24 lines (22 loc) · 560 Bytes
/
mkdocs.yml
File metadata and controls
24 lines (22 loc) · 560 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
site_name: 'Backstage Q&A plugin'
site_description: 'Q&A for Backstage'
nav:
- Home: index.md
- Setup: setup.md
- Config: config.md
- Migration Guide: migration.md
- Extensions: extensions.ms
- Templates: templates.md
- AI: ai.md
- Integrations:
- Catalog: catalog.md
- Search: search.md
- Events: events.md
- Permissions: permissions.md
- Notifications: notifications.md
- Signals: signals.md
- Home: home.md
- Post History: history.md
- Translations: translations.md
plugins:
- techdocs-core