-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
114 lines (105 loc) · 2.99 KB
/
Copy pathmkdocs.yml
File metadata and controls
114 lines (105 loc) · 2.99 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
site_name: Boron
site_description: Multi-calendar (Jalali, Hijri, Gregorian) drop-in replacement for Carbon
site_author: Hossein Hosni
site_url: !ENV [READTHEDOCS_CANONICAL_URL, 'https://boron.readthedocs.io/']
repo_name: hosni/boron
repo_url: https://github.com/hosni/boron
edit_uri: edit/master/docs/
copyright: Copyright © 2026 Hossein Hosni
docs_dir: docs
site_dir: site
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- content.code.copy
- content.action.edit
- toc.follow
icon:
repo: fontawesome/brands/github
language: en
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/hosni/boron
- icon: fontawesome/brands/php
link: https://packagist.org/packages/boron/carbon
extra_javascript:
- javascript/readthedocs.js
nav:
- Home: index.md
- Getting started:
- Installation: installation.md
- Quick start: quick-start.md
- Mental model: mental-model.md
- Guide:
- Calendars: guide/calendars.md
- Converting: guide/converting.md
- Creating & parsing: guide/creating.md
- Active calendar: guide/active-calendar.md
- Formatting: guide/formatting.md
- Arithmetic: guide/arithmetic.md
- Immutability: guide/immutability.md
- Custom calendars: guide/custom-calendars.md
- Exceptions: guide/exceptions.md
- Laravel:
- Integration: laravel/integration.md
- Boost (AI agents): laravel/boost.md
- API:
- Overview: api/index.md
- Carbon: api/carbon.md
- CarbonImmutable: api/carbon-immutable.md
- CarbonInterface: api/carbon-interface.md
- CalendarDate: api/calendar-date.md
- CalendarRegistry: api/calendar-registry.md
- Calendar drivers: api/calendar-drivers.md
- Publishing docs: publishing.md
- Changelog: changelog.md