-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (42 loc) · 982 Bytes
/
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
site_name: bareASGI-static
site_description: Static file support for bareASGI
repo_name: rob-blackbourn/bareASGI-static
repo_url: https://github.com/rob-blackbourn/bareASGI-static
edit_uri: ""
theme:
name: 'material'
logo: images/peach.svg
favicon: images/favicon.ico
nav:
- index.md
- User Guide:
- user-guide/installation.md
- user-guide/usage.md
- API:
- bareasgi_static: api/bareasgi_static.md
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- jetblack_markdown.autodoc:
class_from_init: true
ignore_dunder: true
ignore_private: true
ignore_all: false
ignore_inherited: false
follow_module_tree: false
prefer_docstring: true
- toc:
permalink: true
extra_css:
- css/custom.css
extra:
version:
provider: mike
default: stable
plugins:
- mike:
version_selector: true
css_dir: css
javascript_dir: js
canonical_version: null