Skip to content

Commit 0210ee6

Browse files
authored
Merge pull request #199 from linuxfoundation/agaete/backstage-docs
feat(docs): populate docs into backstage
2 parents 519dc3a + 493b983 commit 0210ee6

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

mkdocs.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Copyright The Linux Foundation and each contributor to LFX.
2+
---
3+
site_name: 'LFX One UI'
4+
site_description: 'Documentation for LFX One UI'
5+
nav:
6+
- Home: index.md
7+
- Architecture: architecture.md
8+
- Build Time Secrets: build-time-secrets.md
9+
- Deployment: deployment.md
10+
- Troubleshooting: troubleshooting.md
11+
- Architecture Guide:
12+
- Overview: architecture/README.md
13+
- Backend:
14+
- Overview: architecture/backend/README.md
15+
- AI Service: architecture/backend/ai-service.md
16+
- Authentication: architecture/backend/authentication.md
17+
- Error Handling: architecture/backend/error-handling-architecture.md
18+
- Logging & Monitoring: architecture/backend/logging-monitoring.md
19+
- NATS Integration: architecture/backend/nats-integration.md
20+
- Public Meetings: architecture/backend/public-meetings.md
21+
- Snowflake Integration: architecture/backend/snowflake-integration.md
22+
- SSR Server: architecture/backend/ssr-server.md
23+
- Frontend:
24+
- Overview: architecture/frontend/README.md
25+
- Angular Patterns: architecture/frontend/angular-patterns.md
26+
- Component Architecture: architecture/frontend/component-architecture.md
27+
- Feature Flags: architecture/frontend/feature-flags.md
28+
- Lazy Loading & Preloading: architecture/frontend/lazy-loading-preloading-strategy.md
29+
- Performance: architecture/frontend/performance.md
30+
- State Management: architecture/frontend/state-management.md
31+
- Styling System: architecture/frontend/styling-system.md
32+
- Shared:
33+
- Overview: architecture/shared/README.md
34+
- Development Workflow: architecture/shared/development-workflow.md
35+
- Package Architecture: architecture/shared/package-architecture.md
36+
- Testing:
37+
- Overview: architecture/testing/README.md
38+
- E2E Testing: architecture/testing/e2e-testing.md
39+
- Testing Best Practices: architecture/testing/testing-best-practices.md
40+
plugins:
41+
- techdocs-core

0 commit comments

Comments
 (0)