-
Notifications
You must be signed in to change notification settings - Fork 132
/
mkdocs.yml
167 lines (163 loc) · 4.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
site_description: Paisa is an open source personal finance manager. It helps you with tracking investments like mutual funds, stocks etc. It helps with expenses categorization, budgeting and money management in general.
site_author: Anantha Kumaran
site_name: Paisa
site_url: https://paisa.fyi
repo_url: https://github.com/ananthakumaran/paisa
repo_name: ananthakumaran/paisa
nav:
- index.md
- 'Getting Started':
- getting-started/installation.md
- getting-started/tutorial.md
- 'Reference':
- reference/accounts.md
- reference/commodities.md
- reference/journal.md
- reference/allocation-targets.md
- reference/budget.md
- reference/bulk-edit.md
- reference/import.md
- reference/recurring.md
- reference/sheets.md
- reference/config.md
- 'Goals':
- reference/goals/index.md
- reference/goals/retirement.md
- reference/goals/savings.md
- reference/ledger-cli.md
- reference/editor.md
- reference/user-authentication.md
- reference/credit-cards.md
- reference/analysis.md
- 'Tax':
- reference/tax/index.md
- reference/tax/tax-harvesting.md
- reference/tax/capital-gains.md
- reference/tax/schedule-al.md
- reference/changelog.md
- 'Demo': 'https://demo.paisa.fyi'
- manifesto.md
- faq.md
- Blog:
- blog/index.md
theme:
custom_dir: overrides
name: material
favicon: images/favicon.png
icon:
logo: paisa/logo
repo: fontawesome/brands/github
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: white
accent: indigo
toggle:
icon: material/white-balance-sunny
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: black
accent: indigo
toggle:
icon: material/moon-waning-crescent
name: Switch to light mode
features:
- content.tabs.link
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.tabs
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
markdown_extensions:
- toc:
permalink: true
- pymdownx.keys
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
linenums: false
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- md_in_html
- admonition
- pymdownx.details
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- javascripts/extra.js
extra_css:
- stylesheets/device-frames.min.css
- stylesheets/extra.css
copyright: |
Copyright © 2022 - 2024 Anantha Kumaran <br \> <a href="#__consent">Change cookie settings</a>
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ananthakumaran/paisa
- icon: simple/matrix
link: https://matrix.to/#/#paisa:matrix.org
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/PaisaFinanceApp
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@PaisaFinanceApp
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/ananthakumaran/paisa
status:
new: Recently added
consent:
actions:
- accept
- reject
- manage
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
analytics:
provider: google
property: G-NL7XFHE65Z
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://docs.google.com/forms/d/e/1FAIpQLSejpTiljuhsviEvXFBN-Z5rJZ_dkXHV5RaZzqpyCAZF1nIFiQ/viewform?usp=pp_url&entry.1125403938={url}" target="_blank" rel="noopener">feedback form</a>.
plugins:
- search
- blog
hooks:
- docs/lexer/hook.py