forked from arnaudmiribel/streamlit-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (59 loc) · 1.48 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
site_name: streamlit-extras
site_url: https://github.com/arnaudmiribel/streamlit-extras
repo_name: streamlit-extras
repo_url: https://github.com/arnaudmiribel/streamlit-extras/releases/latest
theme:
name: material
custom_dir: overrides
css:
- overrides/custom.css
logo: assets/logo.png
favicon: assets/logo.png
palette:
primary: gray
icon:
repo: fontawesome/brands/github
features:
- navigation.expand
- content.code.annotate
- content.code.select
- content.code.copy
plugins:
- search
- mkdocstrings:
custom_templates: docs/_templates
default_handler: python
handlers:
python:
options:
show_signature_annotations: false
show_types_in_signature: true
separate_signature: false
- literate-nav:
nav_file: SUMMARY.md
- gen-files:
scripts:
- docs/generate.py
nav:
- Home: index.md
- Getting started: getting_started.md
- Streamlit Components: components.md
- Contributing: contributing.md
- Browse Extras: extras/
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
toc_depth : "3"