-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (27 loc) · 952 Bytes
/
mkdocs.yml
File metadata and controls
28 lines (27 loc) · 952 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
25
26
27
site_name: BridgeFlow Docs
site_url: https://brockhager.github.io/bridgeflow-docs/
docs_dir: docs
nav:
- Home: README.md
- Overview:
- Docs Overview: overview/README.md
- Product Suite: overview/product-suite.md
- Platform Services: overview/platform-services.md
- Capability Catalog: overview/capability-catalog.md
- API Reference: overview/api-reference.md
- Getting Started: overview/onboarding.md
- Architecture: overview/architecture.md
- Vision Archive: overview/vision-archive.md
- Releases: overview/releases.md
- Releases:
- Releases Overview: releases/README.md
- January 2026: releases/release-01-2026.md
- February 2026: releases/release-02-2026.md
- Phase 81 Multi-Tenant Security Milestone: releases/phase81-security-milestone.md
theme: readthedocs
markdown_extensions:
- admonition
- toc:
permalink: true
extra_css:
- stylesheets/extra.css