-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
107 lines (98 loc) · 2.41 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
# Project information
site_name: ""
site_url: https://w3f.github.io/polkadot-wiki-mkdocs
site_author: Web3 Foundation Technologies
site_description: >-
High-level documentation for the Polkadot Ecosystem.
# Repository
repo_name: w3f/polkadot-wiki-mkdocs
repo_url: https://github.com/w3f/polkadot-wiki-mkdocs
# Copyright
copyright: Copyright © 2017 - 2025 Web3 Foundation Technologies
# Configuration
theme:
name: material
custom_dir: material-overrides
features:
- content.code.annotate
- content.tooltips
- navigation.footer
- navigation.tabs
- navigation.indexes
- navigation.top
- navigation.path
- content.action.edit
palette:
scheme: default
primary: white
accent: pink
icon:
fontawesome: true
favicon: assets/Polkadot_Favicon.png
logo: assets/wiki-logo.svg
# Plugins
plugins:
- awesome-pages
- search
- open-in-new-tab
# - macros
# Additional configuration
extra:
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/Polkadot
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/polkadot
- icon: fontawesome/brands/github
link: https://github.com/paritytech/polkadot-sdk
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCB7PbjuZLEba_znc7mEGNgw
- icon: fontawesome/brands/discord
link: https://dot.li/discord
extra_css:
- stylesheets/extra.css
- stylesheets/MessageBox.css
- stylesheets/announcement-bar.css
extra_javascript:
- javascript/MessageBox.js
- javascript/init_kapa_widget.js
- javascript/announcement-bar.js
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
- codehilite
- tables
- sane_lists
- pymdownx.critic
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde