forked from cuenca-mx/facturapi-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (29 loc) · 704 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (29 loc) · 704 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
site_name: "facturapi-python"
site_description: "Facturapi Python Library"
repo_url: "https://github.com/cuenca-mx/facturapi-python"
repo_name: "cuenca-mx/facturapi-python"
theme:
name: material
palette:
scheme: preference
primary: indigo
accent: deep purple
favicon: images/favicon.png
icon:
logo: material/bulma
plugins:
- search
- mkdocstrings:
handlers:
python:
rendering:
show_root_full_path: no
show_source: no
watch:
- src/facturapi
nav:
- Overview: index.md
- Code Reference:
- Base code: resources/resources.md
- Customers: resources/customers.md
- Invoices: resources/invoices.md