59 lines
1.8 KiB
YAML
59 lines
1.8 KiB
YAML
site_name: "Kell Creations Platform"
|
|
site_description: "Applications, architecture, policies, and business processes for Kell Creations"
|
|
site_url: "https://docs.kellsupport.com"
|
|
repo_url: "https://git.kellsupport.com"
|
|
repo_name: "kell_creations"
|
|
|
|
theme:
|
|
name: "material"
|
|
features:
|
|
- "navigation.tabs"
|
|
- "navigation.sections"
|
|
- "navigation.expand"
|
|
- "search.suggest"
|
|
- "search.highlight"
|
|
- "content.code.copy"
|
|
|
|
markdown_extensions:
|
|
- "admonition"
|
|
- "attr_list"
|
|
- "tables"
|
|
- toc:
|
|
permalink: true
|
|
- "pymdownx.details"
|
|
- "pymdownx.superfences"
|
|
- "pymdownx.highlight"
|
|
- "pymdownx.inlinehilite"
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|
|
|
|
nav:
|
|
- Home: "index.md"
|
|
- Architecture:
|
|
- Overview: "architecture/index.md"
|
|
- Principles: "architecture/principles.md"
|
|
- System Landscape: "architecture/system-landscape.md"
|
|
- Context:
|
|
- Platform Context: "architecture/context/platform.md"
|
|
- Containers:
|
|
- Platform Containers: "architecture/containers/platform-containers.md"
|
|
- Enterprise Shared Services: "architecture/containers/enterprise-services.md"
|
|
- Components:
|
|
- Inventory Components: "architecture/components/inventory.md"
|
|
- Deployment:
|
|
- Production Deployment: "architecture/deployment/production.md"
|
|
- Dynamic:
|
|
- Order to Fulfillment: "architecture/dynamic/order-to-fulfillment.md"
|
|
- Decisions:
|
|
- ADR Index: "architecture/decisions/index.md"
|
|
- Policies:
|
|
- Policy Repository: "policies/index.md"
|
|
- Operations:
|
|
- Operations Overview: "operations/index.md"
|
|
- Standards:
|
|
- Standards Overview: "standards/index.md"
|
|
- Integrations:
|
|
- Integrations Overview: "integrations/index.md"
|
|
- Brand:
|
|
- Brand Standards: "brand/index.md"
|