forked from zmbc/shakespearelang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
35 lines (34 loc) · 755 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
# Project information
site_name: shakespearelang
site_url: https://shakespearelang.com
site_author: Zeb Burke-Conte
# Repository
repo_url: https://github.com/zmbc/shakespearelang
repo_name: zmbc/shakespearelang
edit_uri: edit/main/docs/
nav:
- Getting started: index.md
- Command line usage reference: CLI.md
- Python API reference: API.md
theme:
name: material
custom_dir: mkdocs_overrides
palette:
primary: teal
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: true
members_order: source
watch:
- shakespearelang
extra:
version:
provider: mike
markdown_extensions:
- mkdocs-click
- toc:
permalink: "#"