-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (21 loc) · 751 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (21 loc) · 751 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
# Reference: https://www.mkdocs.org/user-guide/configuration
site_name: Open Data Scotland Docs
site_url: https://docs.opendata.scot
repo_url: https://github.com/OpenDataScotland/opendata.scot_docs
edit_uri: blob/main/docs/
theme:
name: null
custom_dir: 'cinder'
# Metadata
site_description: #TODO
site_author: #TODO
copyright: |
All original content
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"></a>
plugins:
- search
- mermaid2
markdown_extensions:
- attr_list
- md_in_html