-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
74 lines (63 loc) · 1.44 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
# Project information
site_name: CorePool Documentation
site_description: Documentation for CorePool
site_url: https://etclabscore.github.io/core-pool/
site_author: CorePool Team
# Repository
repo_name: etclabscore/core-pool
repo_url: https://github.com/etclabscore/core-pool
edit_uri: edit/master/docs/
# Copyright
copyright: 'Copyright © 2021 etclabscore/core-pool - All rights reserved'
# Configuration
theme:
# https://github.com/squidfunk/mkdocs-material/tree/master/src
name: material
logo: img/favicon.png
favicon: img/favicon.png
language: en
palette:
scheme: slate
primary: black
accent: green
icon:
repo: fontawesome/brands/github
# Don't include MkDocs' JavaScript
include_search_page: false
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.sections
# - navigation.instant
use_directory_urls: true
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- codehilite
- def_list
# - meta
- smarty
- toc:
permalink: true
- pymdownx.emoji
- pymdownx.superfences
- pymdownx.details
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
# Page tree
nav:
- Home: index.md
- Payouts: PAYOUTS.md
- Stratum: STRATUM.md
- Policies: POLICIES.md