-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
208 lines (190 loc) · 6.02 KB
/
Copy pathmkdocs.yml
File metadata and controls
208 lines (190 loc) · 6.02 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
# main configuration file for mkdocs generation of the Yasumi website
# project information
site_author: Sacha Telgenhof
site_description: The easy PHP Library for calculating holidays
site_name: Yasumi
site_url: https://www.yasumi.dev
# repository
repo_url: https://github.com/azuyalabs/yasumi
repo_name: azuyalabs/yasumi
edit_uri: "https://github.com/azuyalabs/yasumi-docs/blob/main/"
use_directory_urls: false
copyright: |
Copyright © 2015 - 2026 <a href="https://github.com/stelgenhof" target="_blank" rel="noopener">Sacha Telgenhof</a>
# configuration
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
primary: "teal"
accent: "teal"
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to system preference
primary: "teal"
accent: "teal"
logo: assets/img/yasumi_logo_globe.svg
font:
text: Inter
favicon: assets/img/favicon.ico
features:
- content.code.copy
- navigation.indexes
- navigation.prune
- navigation.tabs
- navigation.top
- navigation.tracking
- toc.follow
# plugins
plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- git-revision-date-localized:
enable_creation_date: false
type: timeago
- inline-svg
# extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
extra_css:
- assets/css/yasumi.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/azuyalabs/yasumi
- icon: fontawesome/solid/box-open
link: https://packagist.org/packages/azuyalabs/yasumi
- icon: fontawesome/brands/mastodon
link: https://phpc.social/@yasumi
# providers with subdivisions are not part of the navigation
not_in_nav: |
/index.md
/providers/at-*.md
/providers/au-*.md
/providers/ca-*.md
/providers/ch-*.md
/providers/de-*.md
/providers/es-*.md
/providers/fr-*.md
/providers/gb-*.md
# navigation tree
nav:
- Documentation:
- Getting started: "getting-started.md"
- Holiday Providers:
- Overview: "providers/providers.md"
- Andorra: "providers/ad.md"
- Argentina: "providers/ar.md"
- Australia: "providers/au.md"
- Austria: "providers/at.md"
- Belgium: "providers/be.md"
- Bosnia & Herzegovina: "providers/ba.md"
- Brazil: "providers/br.md"
- Bulgaria: "providers/bg.md"
- Canada: "providers/ca.md"
- Croatia: "providers/hr.md"
- Czech Republic: "providers/cz.md"
- Denmark: "providers/dk.md"
- Estonia: "providers/ee.md"
- Finland: "providers/fi.md"
- France: "providers/fr.md"
- Georgia: "providers/ge.md"
- Germany: "providers/de.md"
- Greece: "providers/gr.md"
- Hungary: "providers/hu.md"
- Iran: "providers/ir.md"
- Ireland: "providers/ie.md"
- Italy: "providers/it.md"
- Japan: "providers/jp.md"
- Latvia: "providers/lv.md"
- Lithuania: "providers/lt.md"
- Luxembourg: "providers/lu.md"
- Mexico: "providers/mx.md"
- Netherlands: "providers/nl.md"
- New Zealand: "providers/nz.md"
- Norway: "providers/no.md"
- Poland: "providers/pl.md"
- Portugal: "providers/pt.md"
- Romania: "providers/ro.md"
- Russia: "providers/ru.md"
- San Marino: "providers/sm.md"
- Slovakia: "providers/sk.md"
- Slovenia: "providers/si.md"
- South Africa: "providers/za.md"
- South Korea: "providers/kr.md"
- Spain: "providers/es.md"
- Sweden: "providers/se.md"
- Switzerland: "providers/ch.md"
- Türkiye: "providers/tr.md"
- United States: "providers/us.md"
- Ukraine: "providers/ua.md"
- United Kingdom: "providers/gb.md"
- Venezuela: "providers/ve.md"
- Filters: "filters.md"
- Cookbook:
- Basic: "recipes/basic.md"
- Date Range: "recipes/between_filter.md"
- Custom Provider: "recipes/custom_provider.md"
- Filter Holidays: "recipes/filters.md"
- Security and Support: "security.md"
- Developers:
- Developers: "developers/index.md"
- Contributing: "developers/contributing.md"
- Testing: "developers/testing.md"
- Releases:
- Releases: "releases/index.md"
- 2.11.0: "releases/2.11.0.md"
- 2.10.0: "releases/2.10.0.md"
- 2.9.0: "releases/2.9.0.md"
- 2.8.0: "releases/2.8.0.md"
- 2.7.0: "releases/2.7.0.md"
- 2.6.0: "releases/2.6.0.md"
- 2.5.0: "releases/2.5.0.md"
- 2.4.0: "releases/2.4.0.md"
- 2.3.0: "releases/2.3.0.md"
- 2.2.0: "releases/2.2.0.md"
- 2.1.0: "releases/2.1.0.md"
- 2.0.0: "releases/2.0.0.md"
- 1.8.1: "releases/1.8.1.md"
- 1.8.0: "releases/1.8.0.md"
- 1.7.0: "releases/1.7.0.md"
- 1.6.1: "releases/1.6.1.md"
- 1.6.0: "releases/1.6.0.md"
- 1.5.0: "releases/1.5.0.md"
- 1.4.0: "releases/1.4.0.md"
- 1.3.0: "releases/1.3.0.md"
- 1.2.0: "releases/1.2.0.md"
- 1.1.0: "releases/1.1.0.md"
- 1.0.0: "releases/1.0.0.md"