-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
36 lines (35 loc) · 887 Bytes
/
mkdocs.yml
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
---
site_name: "UK Cross-Government Metadata Exchange Model"
docs_dir: docs
theme:
name: tech_docs_template
custom_dir: 'src/docs/extras/'
# palette:
# scheme: slate
# primary: cyan
features:
- content.tabs.link
favicon: 'assets/favicons/favicon.ico'
plugins:
- material/search
- mermaid2
markdown_extensions:
- admonition
nav:
# - Home: home.md
- Home: index.md
- Model:
- 'Data Service': DataService.md
- Dataset: Dataset.md
- Distribution: Distribution.md
- About: about.md
- License: LICENSE.md
site_url: https://co-cddo.github.io/ukgov-metadata-exchange-model
repo_url: https://github.com/co-cddo/ukgov-metadata-exchange-model
dev_addr: '0.0.0.0:8080'
# Uncomment this block to enable use of Google Analytics.
# Replace the property value with your own ID.
# extra:
# analytics:
# provider: google
# property: G-XXXXXXXXXX