-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
28 lines (24 loc) · 566 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
28 lines (24 loc) · 566 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
site_name: YNAB CLI
site_url: https://jeffsawatzky.github.io/ynab-cli/
repo_url: https://github.com/jeffsawatzky/ynab-cli
theme:
name: material
features:
- content.code.copy
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- mkdocs-click
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Transaction Rules: transaction_rules.md