This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathmkdocs.yml
executable file
·83 lines (75 loc) · 2.12 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
site_name: Kusama User Guide
site_description: The Kusama knowledge base
site_author: 'Web3 Foundation'
site_url: https://guide.kusama.network
nav:
- Home: index.md
- Get Started:
- Claim KSM: start/claims.md
- Dot Holders: start/dot-holders.md
- PoS Transition: PoS.md
- Faucet: start/faucet.md
- Parameters: try/times_periods.md
- What to Try:
- Nicks: try/nicks.md
- Governance: try/governance.md
- Nominating: try/nominating.md
- Unbonding: try/unbond.md
- Staking: try/staking.md
- Validate: try/validate.md
- Parachain: try/parachain.md
- Secure Validator Setup: try/secure-validator-setup.md
- What to Break:
- Bug Bounty: break/bug-bounty.md
- Adversarial Cheatsheet: break/adversary.md
- Community: community.md
- Code of Conduct: code-of-conduct.md
- FAQ: faq.md
- Other Languages:
- 中文: lang/chinese/docs/index.md
# Configuration for the Material theme
theme:
name: null
custom_dir: 'mkdocs-material/material'
language: 'en'
palette:
primary: 'grey'
accent: 'pink'
font:
text: 'PT Sans'
code: 'Ubuntu Mono'
favicon: 'img/favicon.ico'
logo: 'img/Kusama_symbol_color.png'
feature:
tabs: false
# Extra css for further customization
extra_css:
- 'stylesheets/extra.css'
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://research.web3.foundation/en/latest/mathjax-config.js
# Repository that houses the source code for this site. This
# is needed to render the nice GH link on the top right.
repo_name: 'kusamanetwork/userguide'
repo_url: 'https://github.com/kusamanetwork/userguide'
# Social links
extra:
social:
- type: 'github'
size: 'lg'
link: 'https://github.com/paritytech/polkadot'
- type: 'twitter'
size: 'lg'
link: 'https://twitter.com/kusamanetwork'
- type: 'medium'
size: 'lg'
link: 'https://medium.com/@polkadotnetwork'
footer:
logo: 'img/Kusama-white-logo.png'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- mdtooltips