edp-doc/mkdocs.yaml

33 lines
1.2 KiB
YAML
Raw Normal View History

2024-12-18 13:58:35 +00:00
site_name: EDPDoc
site_description: 'EDP documentation'
nav:
2024-12-18 13:58:35 +00:00
- Home: index.md
- Introduction:
- User Documentation: introduction/user-documentation.md
- Technical Documentation: introduction/technical-documentation.md
- User Documentation:
2024-12-18 13:58:35 +00:00
- ArgoCD: userguide/argocd.md
- Backstage: userguide/backstage.md
2024-12-18 13:58:35 +00:00
- CI Workflow: userguide/ci-workflow.md
- Crossplane: userguide/crossplane.md
- edpbuilder: userguide/edpbuilder.md
- Forgejo: userguide/forgejo.md
- Grafana: userguide/grafana.md
- Keycloak: userguide/keycloak.md
- OpenBAO: userguide/openbao.md
- PetClinic: userguide/petclinic.md
- Technical Documentation:
- Platform concepts:
- 'Code: Software and Workloads': technical-documentation/concepts/1_software-and-workloads/_index.md
- Engineers: technical-documentation/concepts/2_engineering-people/_index.md
- Use Cases: technical-documentation/concepts/3_use-cases/_index.md
- Digital Platforms: technical-documentation/concepts/4_digital-platforms/_index.md
- Platform Orchestrators: technical-documentation/concepts/5_platforms/_index.md
- About:
- License: about/license.md
- Release Notes: about/release-notes.md
plugins:
- techdocs-core