-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
104 lines (93 loc) · 2.18 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
---
# Project Information
site_name: PyCommons Lang
site_author: Shashank Sharma
site_description: Python Commons Lang
remote_branch: gh-pages
remote_name: origin
site_url: https://pycommons.github.io/pycommons-lang
strict: false
# Repository information
repo_name: pycommons/pycommons-lang
repo_url: https://github.com/pycommons/pycommons-lang
edit_uri: edit/master/docs/
# Copyright
copyright: Copyright © 2020 Shashank Sharma
extra_css: [ ]
markdown_extensions:
- admonition
- codehilite
- attr_list
- markdown_include.include:
base_path: docs
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Configuration
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
language: en
base_url: https://github.com/pycommons/pycommons-lang
palette:
# Palette toggle for light mode
- scheme: default
primary: blue grey
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: blue grey
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
# Footer
extra:
config_override: false
doc_owner: Shashank Sharma
doc_owner_shortid: [email protected]
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/shashankrnr32
name: shashankrnr32 on GitHub
plugins:
- search
- awesome-pages
- mkdocstrings:
watch:
- pycommons
use_directory_urls: true
# Page tree
nav:
- PyCommons Lang:
- Home: index.md
- ...