-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (88 loc) · 2.61 KB
/
Copy pathmkdocs.yml
File metadata and controls
93 lines (88 loc) · 2.61 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
site_name: Templify Documentation
site_description: .NET library for replacing placeholders in Word documents without Microsoft Word
site_author: TriasDev
site_url: https://triasdev.github.io/templify/
repo_url: https://github.com/triasdev/templify
repo_name: triasdev/templify
theme:
name: material
palette:
# Light mode
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
logo: assets/images/icon-64.png
favicon: assets/images/favicon.png
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- admonition
- tables
- toc:
permalink: true
toc_depth: 3
- attr_list
- md_in_html
plugins:
- search:
lang: en
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/triasdev/templify
nav:
- Home: index.md
- For Template Authors:
- Getting Started: for-template-authors/getting-started.md
- JSON Basics: for-template-authors/json-basics.md
- Template Syntax: for-template-authors/template-syntax.md
- Placeholders: for-template-authors/placeholders.md
- Conditionals: for-template-authors/conditionals.md
- Loops: for-template-authors/loops.md
- Format Specifiers: for-template-authors/format-specifiers.md
- Boolean Expressions: for-template-authors/boolean-expressions.md
- Best Practices: for-template-authors/best-practices.md
- Headers & Footers: for-template-authors/headers-footers.md
- Examples Gallery: for-template-authors/examples-gallery.md
- For Developers:
- Quick Start: for-developers/quick-start.md
- Text Template Processing: for-developers/text-templates.md
- Condition Evaluation: for-developers/condition-evaluation.md
- Tutorials:
- tutorials/index.md
- Hello World: tutorials/01-hello-world.md
- Invoice Generator: tutorials/02-invoice-generator.md
- FAQ: FAQ.md
- Quick Start (Legacy): quick-start.md