generated from noclocks/template-generic-repo
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
173 lines (160 loc) · 4.26 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
site_name: No Clocks Brand
site_author: No Clocks
site_description: No Clocks Brand Documentation
site_url: https://docs.noclocks.dev/brand
repo_name: noclocks/brand
repo_url: https://github.com/noclocks/brand
edit_uri: edit/main/docs/
docs_dir: docs
site_dir: site
copyright: 'Copyright © 2024 No Clocks, LLC'
extra:
# analytics:
# provider: google
# property: !ENV: GOOGLE_ANALYTICS_TRACKING_ID
social:
- icon: fontawesome/solid/house
link: https://noclocks.dev
- icon: fontawesome/brands/github-alt
link: https://github.com/noclocks
- icon: fontawesome/brands/twitter
link: https://twitter.com/noclocksdev
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/noclocks
# - icon: fontawesome/brands/slack
# link: https://noclocks.slack.com
# - icon: fontawesome/brands/reddit
# link: https://www.reddit.com/r/noclocksdev
# - icon: fontawesome/brands/youtube
# link: https://www.youtube.com/channel/
# - icon: fontawesome/brands/instagram
# link: https://www.instagram.com/noclocksdev
# - icon: fontawesome/brands/facebook
# link: https://www.facebook.com/noclocksdev
theme:
name: material
language: en
# custom_dir: docs/overrides
palette:
# Dark Mode
- scheme: slate
primary: black
accent: cyan
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-4
name: Switch to Light Mode
# Light Mode
- scheme: default
primary: white
accent: cyan
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
name: Switch to Dark Mode
logo: assets/img/logo-wordmark.svg
favicon: assets/img/favicon.png
# icon:
# annotation: material/arrow-right-circle
features:
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.tracking
# - navigation.indexes
- navigation.top
- search.suggest
- search.highlight
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
- toc.integrate
font:
text: 'Roboto'
code: 'Roboto Mono'
# extra_css:
# - assets/styles/color-schemes.css
# extra_javascript:
# - assets/scripts/custom.js
# markdown_extensions:
# - extra
# - tables
# - fenced_code
# - admonition
# - codehilite
# - footnotes
plugins:
- search
- include-markdown:
trailing_newlines: false
- git-revision-date-localized:
fallback_to_build_date: true
# - social:
# cards_layout_options:
# background_color: "#006bba"
# - mermaid2
# - pdf-export
# - table-reader
# - autolinks
# - mkdocstrings
# - macros
# - monorepo
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- attr_list
- md_in_html
nav:
- Home:
- index.md
- About:
- about.md
- Brand:
- brand/index.md
- Assets:
- brand/assets.md
- Brand Kit: brand/kit.md
- Colors: brand/colors.md
- Typography: brand/fonts.md
- Imagery: brand/imagery.md
- Logos: brand/logos.md
- Icons: brand/icons.md
- Strategy:
- brand/strategy.md
- Values: brand/values.md
- Identity: brand/identity.md
- Voice: brand/voice.md
- Reputation: brand/reputation.md
- Social Media: brand/social.md
- Guide:
- guide/index.md
- Brand Guidelines: guide/guide.md
- Taxonomy: guide/taxonomy.md
- Image Naming Conventions: guide/img-naming.md
- Image File Extensions: guide/img-file-exts.md
- Brand Asset Management: guide/mgmt.md
- Reference:
- ref/index.md
- Techstack: techstack.md
- Tools:
- ref/tools/index.md
- Glossary:
- ref/glossary/index.md
- ref/glossary/bam.md
- ref/glossary/dam.md