forked from giacomonazzaro/hanagram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 896 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 896 Bytes
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
site_name: hanagram
site_url: 'https://hanagram.readthedocs.io/'
site_author: Tsvika Shapira
site_description: Telegram bot to play Hanabi with your friends.
repo_name: 'tsvikas/hanagram'
repo_url: 'https://github.com/tsvikas/hanagram'
theme:
name: material
# https://squidfunk.github.io/mkdocs-material/setup/
plugins:
- search
- gen-files:
# https://oprypin.github.io/mkdocs-gen-files/index.html
scripts:
- scripts/gen_ref_pages.py
- literate-nav:
# https://oprypin.github.io/mkdocs-literate-nav/
nav_file: SUMMARY.md
- section-index # https://oprypin.github.io/mkdocs-section-index/
- mkdocstrings:
# https://mkdocstrings.github.io/usage/
default_handler: python
handlers:
python:
# https://mkdocstrings.github.io/python/usage/
paths: [src]
nav:
- Home: index.md
- Code Reference: reference/