-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
47 lines (45 loc) · 1.59 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
site_name: Buckinghamshire Council
repo_url: https://github.com/Buckinghamshire-Digital-Service/buckinghamshire-council/
site_url: https://Buckinghamshire-Digital-Service.github.io/buckinghamshire-council/
edit_uri: 'edit/master/docs/'
repo_name: GitHub
dev_addr: 0.0.0.0:8001
theme:
name: material
font: false
markdown_extensions:
- codehilite
- admonition
- sane_lists
- toc:
permalink: true
# pymdown-extensions meant to bring the Markdown implementation closer to GFM.
- pymdownx.details
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- 'Home': 'index.md'
- 'Project conventions': 'project-conventions.md'
- 'Front end tooling': 'front-end-tooling.md'
- 'Hosting': 'hosting.md'
- 'Infrastructure': 'infrastructure.md'
- 'Email and SMS': 'email-and-sms.md'
- 'Continuous integration': 'continuous-integration.md'
- 'Continuous deployment': 'continuous-deployment.md'
- 'Data and Privacy':
- 'Anonymised data': 'anonymised-data.md'
- 'Data protection': 'data-protection.md'
- 'Cookies': 'cookies.md'
- 'External Integrations':
- 'Recruitment site': 'recruitment-site.md'
- 'Complaints and requests': 'complaints-and-requests.md'
- 'Live chat client': 'live-chat-client.md'
- 'Location autocomplete': 'location-autocomplete.md'
- 'Location maps widget': 'location-maps-widget.md'
- 'Postcode lookup': 'postcode-lookup.md'
- 'Service directory': service-directory.md
- 'Contributing': 'contributing.md'
- 'Technical debt': technical-debt.md
- 'CHANGELOG': 'CHANGELOG.md'