-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
153 lines (143 loc) · 4.64 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
# 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://azuyalabs.github.io/yasumi-docs
# 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 - 2024 <a href="https://github.com/stelgenhof" target="_blank" rel="noopener">Sacha Telgenhof</a>
# configuration
theme:
name: material
palette:
scheme: yasumi
#logo: assets/img/yasumi_logo.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
- 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
# navigation tree
nav:
- Home: "about.md"
- Documentation:
- Getting started: "getting-started.md"
- Holiday Providers:
- Overview: "providers/providers.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"
- 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"
- Slovakia: "providers/sk.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"
- 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.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"