FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mkdocs/mkdocs.yml at master · mkdocs/mkdocs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
mkdocs
/
mkdocs
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.6k
Star
22.4k
Code
Issues
119
Pull requests
69
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
mkdocs
/
mkdocs.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
79 lines (69 loc) · 1.74 KB
Breadcrumbs
mkdocs
/
mkdocs.yml
Copy path
File metadata and controls
79 lines (69 loc) · 1.74 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
site_name
:
MkDocs
site_url
:
https://www.mkdocs.org/
site_description
:
Project documentation with Markdown.
site_author
:
MkDocs Team
repo_url
:
https://github.com/mkdocs/mkdocs/
edit_uri
:
blob/master/docs/
theme
:
name
:
mkdocs
color_mode
:
auto
user_color_mode_toggle
:
true
locale
:
en
analytics
:
{gtag: 'G-274394082'}
highlightjs
:
true
hljs_languages
:
-
yaml
-
django
nav
:
-
Home
:
index.md
-
Getting Started
:
getting-started.md
-
User Guide
:
user-guide/
-
Developer Guide
:
dev-guide/
-
About
:
-
Release Notes
:
about/release-notes.md
-
Contributing
:
about/contributing.md
-
License
:
about/license.md
extra_css
:
-
css/extra.css
exclude_docs
:
|
*.py
markdown_extensions
:
-
toc
:
permalink
:
-
attr_list
-
def_list
-
tables
-
pymdownx.highlight
:
use_pygments
:
false
-
pymdownx.snippets
-
pymdownx.superfences
-
callouts
-
mdx_gh_links
:
user
:
mkdocs
repo
:
mkdocs
-
mkdocs-click
copyright
:
Copyright © 2014 <a href="https://twitter.com/starletdreaming">Tom Christie</a>, Maintained by the <a href="/about/release-notes/#maintenance-team">MkDocs Team</a>.
hooks
:
-
docs/hooks.py
plugins
:
-
search
-
redirects
:
redirect_maps
:
user-guide/plugins.md
:
dev-guide/plugins.md
user-guide/custom-themes.md
:
dev-guide/themes.md
user-guide/styling-your-docs.md
:
user-guide/choosing-your-theme.md
-
autorefs
-
literate-nav
:
nav_file
:
README.md
implicit_index
:
true
-
mkdocstrings
:
handlers
:
python
:
options
:
docstring_section_style
:
list
members_order
:
source
show_root_heading
:
true
show_source
:
false
show_signature_annotations
:
true
watch
:
-
mkdocs
Back
|
FazBrowse Home
|
New Git URL