-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
44 lines (44 loc) · 2.07 KB
/
mkdocs.yaml
File metadata and controls
44 lines (44 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Copyright The Linux Foundation and each contributor to LFX.
---
site_name: 'LFX One UI'
site_description: 'Documentation for LFX One UI'
nav:
- Home: index.md
- Architecture: architecture.md
- Build Time Secrets: build-time-secrets.md
- Deployment: deployment.md
- Troubleshooting: troubleshooting.md
- Architecture Guide:
- Overview: architecture/README.md
- Backend:
- Overview: architecture/backend/README.md
- AI Service: architecture/backend/ai-service.md
- Authentication: architecture/backend/authentication.md
- Error Handling: architecture/backend/error-handling-architecture.md
- Logging & Monitoring: architecture/backend/logging-monitoring.md
- NATS Integration: architecture/backend/nats-integration.md
- Public Meetings: architecture/backend/public-meetings.md
- Snowflake Integration: architecture/backend/snowflake-integration.md
- SSR Server: architecture/backend/ssr-server.md
- Frontend:
- Overview: architecture/frontend/README.md
- Angular Patterns: architecture/frontend/angular-patterns.md
- Component Architecture: architecture/frontend/component-architecture.md
- Feature Flags: architecture/frontend/feature-flags.md
- Lazy Loading & Preloading: architecture/frontend/lazy-loading-preloading-strategy.md
- Performance: architecture/frontend/performance.md
- State Management: architecture/frontend/state-management.md
- Styling System: architecture/frontend/styling-system.md
- Shared:
- Overview: architecture/shared/README.md
- Development Workflow: architecture/shared/development-workflow.md
- Package Architecture: architecture/shared/package-architecture.md
- Testing:
- Overview: architecture/testing/README.md
- E2E Testing: architecture/testing/e2e-testing.md
- Testing Best Practices: architecture/testing/testing-best-practices.md
- Migration:
- Individual Memberships: migration/individual-memberships.md
- Linux.com Email Forwarder: migration/linux-com-email-forwarder.md
plugins:
- techdocs-core