-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (41 loc) · 1.03 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
site_name: Shinyobservable
repo_name: py-shiny-observable
repo_url: https://github.com/eodaGmbH/py-shiny-observable
theme:
name: material
palette:
primary: "green"
features:
- navigation.tabs
- navigation.tabs.sticky
nav:
- Getting Started:
- Welcome to Shinyobservable: index.md
- Redefine data cells: getting_started/redefine_data.md
- Interactivity: getting_started/interactivity.md
- Changelog: changelog.md
- API Documentation: api.md
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.snippets:
check_paths: true
base_path: [docs/examples, "."]
plugins:
- search:
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
docstring_section_style: table
show_root_heading: true
show_source: true
watch:
- shinyobservable