forked from OpenDataManchester/Open3P
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (69 loc) · 1.86 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
site_name: Open3P
site_description: Open3P is an open data standard for the packaging value chain.
theme:
name: material
custom_dir: overrides
favicon: img/favicon-192.png
icon:
repo: fontawesome/brands/git-alt
palette:
- scheme: default
primary: light blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: cyan
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- toc.integrate
- navigation.top
- content.code.copy
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/opendatamcr?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor
name: ODM on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/opendatamcr
name: ODM on LinkedIn
- icon: fontawesome/brands/github
link: https://github.com/OpenDataManchester
name: ODM on GitHub
- icon: fontawesome/brands/vimeo
link: https://vimeo.com/opendatamcr
name: ODM on Vimeo
- icon: octicons/calendar-16
link: https://www.eventbrite.co.uk/o/open-data-manchester-2263648391
name: ODM Events
- icon: fontawesome/solid/globe
link: https://www.opendatamanchester.org.uk/
name: ODM Website
repo_url: https://github.com/OpenDataManchester/PPP
repo_name: ODM/PPP
edit_uri: ""
markdown_extensions:
- admonition
- codehilite
- smarty
- meta
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: True
- attr_list
- tables