-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
157 lines (147 loc) · 4.79 KB
/
mkdocs.yaml
File metadata and controls
157 lines (147 loc) · 4.79 KB
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
site_name: Digital Pāḷi Dictionary Docs
docs_dir: "docs"
repo_url: https://github.com/digitalpalidictionary/dpd-db
site_dir: "docs_site"
nav:
- Home: index.md
- Features:
- "features/index.md"
- Features: "features/features.md"
- Sutta Info: "features/sutta_info.md"
- Roots Dict: "features/rootdict.md"
- Word Frequency: "features/frequency.md"
- Deconstructor: "features/deconstructor.md"
- Grammar Dictionary: "features/grammardict.md"
- Variant Readings: "features/variants.md"
- Installation Guide:
- "install/index.md"
- DPD app: "install/dpd_app.md"
- Windows: "install/win.md"
- Android: "install/android_dicttango.md"
- Mac: "install/mac.md"
- Apple Dictionary: "install/apple_dict.md"
- iOS: "install/ios.md"
- Linux: "install/linux.md"
- Kindle: "install/kindle.md"
- Kobo: "install/kobo.md"
- ChromeBook: "install/chromebook.md"
- Chrome & Firefox Extension: "install/browser_extension.md"
- Update: "install/update.md"
- GoldenDict Features:
- "goldendict/index.md"
- Setup the Hotkey: "goldendict/hotkey.md"
- Setup the Scan Popup: "goldendict/scan_popup.md"
- Setup Advanced Features: "goldendict/advanced.md"
- Webapp:
- "webapp/index.md"
- Search: "webapp/search.md"
- Summary: "webapp/summary.md"
- Dictionary display: "webapp/dictionary_display.md"
- Settings: "webapp/settings.md"
- CST Bold Definitions: "webapp/cst_bold_def.md"
- API in GoldenDict: "webapp/api_goldendict.md"
- API in DictTango: "webapp/api_dicttango.md"
- Software Integrations:
- integrations/index.md
- Dhamma.gift website: "integrations/dhamma_gift.md"
- Simsapa Dhamma Reader: "integrations/simsapa.md"
- Sutta Central Website: "integrations/sutta_central.md"
- The Buddha's Words: "integrations/tbw.md"
- Tipitaka Pali Reader: "integrations/tpr.md"
- Tipitakapali.org: "integrations/tipitakapali.md"
- Feedback:
- "feedback/index.md"
- Correct a Mistake: "feedback/correct_mistake.md"
- Add a Missing Word: "feedback/add_missing_word.md"
- Report a Bug: "feedback/bug_report.md"
- Contributing:
- "contributing/index.md"
- Pāḷi: "contributing/pali.md"
- Code: "contributing/code.md"
- Other Dictionaries: other_dicts.md
- What Users Say: users_say.md
- Abbreviations: "abbreviations.md"
- Bibliography: "bibliography.md"
- Thanks: "thanks.md"
- Contact: "contact.md"
- License: "license.md"
- Changelog: "changelog.md"
- Newsletters: "newsletters.md"
- Pāḷi Notes: "pali_notes/index.md"
- Developer Docs:
- "technical/index.md"
- Quick Start Guide: "technical/quick_start.md"
- Local Server Setup: "technical/local_server_setup.md"
- Build the DB from Scratch: "technical/build_db.md"
- Use the DB in a Project: "technical/use_db.md"
- Project Folder Structure: "technical/project_folder_structure.md"
- DpdHeadwords Table: "technical/dpd_headwords_table.md"
- Tipiṭaka Source Files: "technical/tipitaka_source_files.md"
- API Endpoints: "technical/api_endpoints.md"
# - Style Guide for DPD Entries: "technical/style_guide_for_dpd_entries.md"
theme:
name: material
logo: assets/dpd-logo.svg
features:
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.path
# - navigation.expand
# - navigation.sections
# - navigation.tabs
# - navigation.tabs_sticky
# - toc.integrate
palette:
# light mode
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/lightbulb
name: Switch to dark mode
# dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
font:
text: Inter
extra_css:
- stylesheets/dpd-variables.css
- stylesheets/extra.css
extra:
alternate:
- name: English
link: https://digitalpalidictionary.github.io/
lang: en
- name: Русский
link: https://devamitta.github.io/dpd.rus/
lang: ru
social:
- icon: fontawesome/brands/github
link: https://github.com/digitalpalidictionary/dpd-db
markdown_extensions:
# allows adding {target="_blank"} after links
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- blog:
blog_dir: pali_notes
blog_toc: true
post_date_format: full
post_excerpt: optional
post_excerpt_separator: <!-- read more -->
draft: false
draft_on_serve: true
- tags