generated from cal-itp/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
64 lines (58 loc) · 2.21 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
site_name: "Transit Operational Data Standard"
site_url: https://ods.calitp.org
repo_url: https://github.com/cal-itp/operational-data-standard
edit_uri: edit/main/docs
theme:
name: material
features:
- navigation.expand
- navigation.tabs
- toc.integrate
palette:
primary: custom
accent: custom
text: custom
background: custom
highlight: custom
logo: assets/ods-small-eggshell.png
favicon: assets/favicon.ico
plugins:
- search
- awesome-pages
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
extra_css:
- https://use.fontawesome.com/releases/v5.13.0/css/all.css
- stylesheets/ods.css
markdown_extensions:
- admonition
- codehilite:
linenums: true
- pymdownx.inlinehilite
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.smartsymbols
- meta
- toc:
# insert a blank space before the character
permalink: " ¶"
- smarty
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
copyright: |
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/TIDES-transit/TIDES/">ODS Project</a> by <span property="cc:attributionName">ODS Board of Directors</span> is licensed under <a href="http://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"></a></p>
</div>
</div>
</div>
</footer>