-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
44 lines (40 loc) · 1.02 KB
/
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
44
---
site_name: beancount2beancount
site_description: Beancount to Ledger converter
site_url: https://beancount2ledger.readthedocs.io/
repo_url: https://github.com/beancount/beancount2ledger
site_author: Martin Blais, Martin Michlmayr
use_directory_urls: true
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- shell
- text
- yaml
nav:
- Introduction: index.md
- Getting started:
- Installation: install.md
- Usage: usage.md
- Configuration: configuration.md
- Guides:
- User guide: guide.md
- Limitations: limitations.md
- About:
- Release notes: changelog.md
- Bugs and contributions: contributing.md
- Authors and contributors: authors.md
- License and copyright: license.md
markdown_extensions:
- toc:
permalink:
baselevel: 2
- def_list
plugins:
- search
- exclude:
glob:
- "*.1"
- "*.5"
- "*.scd"