-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 912 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 912 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: sync-with-uv
site_url: 'https://sync-with-uv.readthedocs.io/'
site_author: Tsvika Shapira
site_description: Sync '.pre-commit-config.yaml' from 'uv.lock'.
repo_name: 'tsvikas/sync-with-uv'
repo_url: 'https://github.com/tsvikas/sync-with-uv'
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/