-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
113 lines (108 loc) · 2.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
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
site_name: XTM Hub Documentation
site_description: Documentation about XTM Hub, the central forum to access resources, share tradecraft, and optimize the use of Filigran’s products, fostering collaboration and empowering the community.
site_author: Filigran
site_url: https://docs.xtmhub.filigran.io
copyright: © 2025 Filigran. All rights reserved
repo_name: GitHub
repo_url: https://github.com/FiligranHQ/xtm-hub-docs
edit_uri: https://github.com/FiligranHQ/xtm-hub-docs/blob/main/docs/
# Theming
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
features:
- navigation.tabs
- navigation.path
- navigation.footer
- navigation.expand
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- search.highlight
palette:
scheme: filigran
font:
text: Geologica
code: Roboto Mono
# CSS
extra_css:
- assets/css/custom.css
# Extra
extra:
version:
provider: mike
analytics:
provider: google
property: G-D12HQ64D7C
generator: false
social:
- icon: fontawesome/brands/medium
link: https://blog.filigran.io
- icon: fontawesome/brands/slack
link: https://community.filigran.io
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/filigran
- icon: fontawesome/brands/twitter
link: https://twitter.com/FiligranHQ
- icon: fontawesome/brands/facebook
link: https://facebook.com/FiligranHQ
# Plugins
plugins:
- mike:
alias_type: symlink
canonical_version: latest
- search
- git-committers:
repository: /FiligranHQ/xtm-hub-docs
branch: main
token: !!python/object/apply:os.getenv ["MKDOCS_GIT_COMMITTERS_APIKEY"]
- git-revision-date-localized:
enable_creation_date: true
type: timeago
- glightbox
# Extensions
markdown_extensions:
- attr_list
- md_in_html
- tables
- admonition
- def_list
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.superfences
- pymdownx.smartsymbols
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: false
auto_title: false
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
url_download: true
# Page tree
nav:
- Home: "index.md"
- User Guide:
- Getting started: getting-started.md