forked from etclabscore/core-geth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
78 lines (67 loc) · 1.7 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
# Project information
site_name: CoreGeth Documentation
site_description: Documentation for CoreGeth Ethereum Protocol Provider
site_url: https://etclabscore.github.io/core-geth/
site_author: CoreGeth Team
# Repository
repo_name: etclabscore/core-geth
repo_url: https://github.com/etclabscore/core-geth
edit_uri: edit/master/docs/
# Copyright
copyright: 'Copyright © 2021 etclabscore/core-geth and ethereum/go-ethereum authors; see <a href="https://github.com/etclabscore/core-geth/tree/master/COPYING" target="_">COPYING file</a> - 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
- navigation.tracking
- navigation.top
extra_css:
- assets/css/extra.css
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
- footnotes
# - meta
- smarty
- toc:
permalink: true
- pymdownx.emoji
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
linenums: true