-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
56 lines (49 loc) · 1.24 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
site_name: discord-btns-menus
site_description: A responsive package for Buttons, DropMenus, Combinations and Paginator
site_author: skrphenix
repo_url: https://github.com/Modern-Realm/discord_btns_menus
edit_uri: ''
theme:
name: "readthedocs"
locale: en
highlightjs: true
hljs_languages:
- yaml
- django
- python
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
markdown_extensions:
- toc:
permalink: "#"
baselevel: 2
separator: "_"
plugins:
- search
- mkdocstrings:
watch:
- btns_menus
default_handler: python
handlers:
python:
selection:
docstring_style: google
options:
show_source: false
nav:
- Home: index.md
- Installation: installation.md
- Getting Started: getting-started.md
- User Guide:
- Buttons: user-guide/buttons.md
- DropMenus: user-guide/dropmenus.md
- Combinations: user-guide/combinations.md
- Paginator: user-guide/paginator.md
- Errors: user-guide/errors.md
- About:
- Code Of Conduct: about/CODE_OF_CONDUCT.md
- Contributing: about/CONTRIBUTING.md
- License: about/LICENSE.md
copyright: Copyright (c) 2021 skrphenix