-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
43 lines (40 loc) · 934 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
36
37
38
39
40
41
42
43
site_name: "abacus: accounting in code"
repo_url: "https://github.com/epogrebnyak/abacus"
site_url: "https://epogrebnyak.github.io/abacus/"
copyright: "© 2023-2024 Evgeniy Pogrebnyak"
nav:
- index.md
- quick_start.md
- textbook.md
- Accounting basics:
- accounting/introduction.md
- accounting/chart_of_accounts.md
- More about project:
- about/motivation.md
- about/quotes.md
- about/similar.md
- reference.md
theme:
name: material
logo: assets/robot.png
features:
- content.code.copy
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- toc:
permalink: true
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_bases: true
show_root_heading: true
show_source: true