-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
87 lines (87 loc) · 2.23 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
site_name: Disc ID
site_url: https://discid.org
theme:
name: material
palette:
- scheme: light
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
features:
- content.tabs.link
- navigation.expand
- navigation.tabs
- navigation.top
- navigation.instant
- search.share
- search.suggest
- toc.integrate
icon:
repo: 'fontawesome/brands/github'
logo: 'images/Disc_ID_Square.png'
favicon: 'images/favicon.png'
repo_name: Disc-ID/discid.org
repo_url: 'https://github.com/Disc-ID/discid.org'
plugins:
- search # necessary for search to work
- git-revision-date-localized
- blog:
blog_dir: project-updates
blog_toc: true
post_excerpt: required
- rss:
match_path: project-updates/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
- social:
cards_layout_options:
background_color: "#343d46"
edit_uri: 'edit/main/docs/'
nav:
- Home: index.md
- Project Updates: project-updates/index.md
- Specifications:
- Disc ID Specification: specifications/disc-id.md
- Data Maps: specifications/data-maps.md
- NDEF: specifications/ndef.md
- Implementations: implementations.md
- Registry: registry.md
- Guides & Reference: guides-reference.md
- About: about.md
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/Disc-ID/discid.org'
analytics:
provider: google
property: G-ZPYX2LS5W8
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
extra_css:
- 'stylesheets/extras.css'
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- footnotes
- meta
- pymdownx.snippets:
check_paths: true
base_path: 'docs/snippets'
- tables
- toc:
permalink: true
toc_depth: 4