-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
86 lines (86 loc) · 2.41 KB
/
mkdocs.yml
File metadata and controls
86 lines (86 loc) · 2.41 KB
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
site_name: Sourcemeta One
site_url: https://one.sourcemeta.com
repo_url: https://github.com/sourcemeta/one
repo_name: sourcemeta/one
copyright: Copyright © Sourcemeta
edit_uri: edit/main/docs/
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/sourcemeta
- icon: fontawesome/brands/github
link: https://github.com/sourcemeta
generator: false
# See https://jimandreas.github.io/mkdocs-material/setup/setting-up-site-analytics/#custom-site-analytics
analytics:
provider: custom
source: https://cdn.telemetrydeck.com/websdk/telemetrydeck.min.js
attribute: "data-app-id"
identifier: 4D73FC6D-E0BF-46A1-8D7A-F7C39B041189
# TODO: Add https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/
# TODO: Add https://squidfunk.github.io/mkdocs-material/setup/building-an-optimized-site/#built-in-optimize-plugin
plugins:
- search
nav:
- index.md
- getting-started.md
- Guide:
- guide/index.md
- guide/approach.md
- guide/adoption.md
- guide/development.md
- guide/evolution.md
- configuration.md
- integrations.md
- api.md
- commercial.md
- Live Example Instance: https://schemas.sourcemeta.com
- Community Support: https://github.com/sourcemeta/one/discussions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- footnotes
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- assets/style.css
theme:
language: en
logo: assets/logo.svg
favicon: assets/favicon.ico
name: material
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
features:
- navigation.expand
- navigation.tabs
- navigation.path
- navigation.top
- navigation.footer
- navigation.sections
- search.share
- content.action.edit
- content.code.copy
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: black
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: black
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode