-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (30 loc) · 775 Bytes
/
mkdocs.yml
File metadata and controls
35 lines (30 loc) · 775 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
28
29
30
31
32
33
34
35
site_name: Azure Immutable Backup
site_description: An [MkDocs](https://www.mkdocs.org/) site for the Azure Immutable Backup documentation.
extra_css:
- styles.css
theme:
name: material
palette:
- scheme: default
primary: nhs
logo: assets/nhs-england-logo.svg
favicon: assets/favicon.png
features:
- navigation.instant
- content.tabs.link
- content.code.copy
nav:
- Home: index.md
- Design: design.md
- Usage: usage.md
- Developer Guide: developer-guide.md
- Security Guide: security-guide.md
- Pipelines: pipelines.md
markdown_extensions:
- pymdownx.superfences
copyright: "© NHS England"
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/NHSDigital/az-backup