forked from OpenMage/magento-lts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
200 lines (195 loc) · 5.16 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
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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: OpenMage Docs
site_url: https://OpenMage.github.io/magento-lts/
repo_url: https://github.com/OpenMage/magento-lts
repo_name: OpenMage/magento-lts
edit_uri: blob/main/docs/content
copyright: OpenMage contributors
site_author: OpenMage contributors
site_description: >-
Magento - Long Term Support.
docs_dir: docs/content
# Configuration
theme:
name: material
favicon: assets/images/favicon.ico
custom_dir: docs/overrides
palette:
- scheme: default
primary: white
accent: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.action.edit
- content.action.view
- content.code.copy
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
icon:
icon:
annotation: material/plus-circle
tag:
code: fontawesome/solid/code
config: fontawesome/solid/clipboard-check
css: fontawesome/brands/css3
debug: fontawesome/solid/bug-slash
documentation: fontawesome/regular/file
events: fontawesome/regular/calendar-xmark
html: fontawesome/brands/html5
install: fontawesome/solid/plus
js: fontawesome/brands/js
modules: fontawesome/regular/square-plus
php: fontawesome/brands/php
security: fontawesome/solid/shield
share: fontawesome/solid/share
tinymce: fontawesome/solid/wand-magic-sparkles
# Plugins
plugins:
- blog
- search
- tags:
tags_file: tags.md
- redirects:
redirect_maps:
- minify:
minify_html: true
cache_safe: true
# Customization
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/OpenMage/magento-lts
- icon: fontawesome/brands/discord
link: https://discord.gg/EV8aNbU
- icon: fontawesome/brands/stack-overflow
link: https://magento.stackexchange.com/tags/openmage
- icon: fontawesome/brands/twitter
link: https://twitter.com/openmageproject
generator: false
tags:
Configuration: config
Contribute: share
CSS: css
Debug: debug
Development: code
Documentation: documentation
Events: events
HTML5: html
Install: install
JavaScript: js
Modules: modules
PHP-8.0: php
PHP-8.1: php
PHP-8.2: php
PHP-8.3: php
TinyMCE: tinymce
Security: security
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: OpenMage
repo: magento-lts
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- docs_includes/abbreviations.md
- pymdownx.superfences:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- smarty
nav:
- 'Get started':
- index.md
- users/requirements.md
- 'Installing':
- users/install/index.md
- users/install/_use-composer.md
- users/install/_use-git.md
- users/install/_use-tarball.md
- users/install/secure-install.md
- 'Changelog':
- developers/changelog/index.md
- developers/changelog/new-config.md
- developers/changelog/new-events.md
- developers/changelog/soap-wsdl.md
- 'Versioning':
- users/versioning/index.md
- users/versioning/maintained.md
- 'Quick links':
- tags.md
- 'API':
- 'REST':
- api/rest/common_http_status_codes.md
- api/rest/http_methods.md
- api/rest/get_filters.md
- 'Resources':
- 'Products':
- api/rest/resources/products/product_categories.md
- 'Customers':
- api/rest/resources/customers.md
- api/rest/response_formats.md
- api/rest/testing_rest_resources.md
- 'Development':
- 'Events':
- developers/events/list.md
- 'Guides':
- developers/guides/observer.md
- 'Tools':
- developers/ddev.md
- developers/phpstorm.md
- 'Multistore':
- developers/error-pages.md
- 'Documentation':
- developers/mkdocs.md
- 'Modules':
- users/modules/index.md
- users/modules/cron.md
- users/modules/email.md
- users/modules/images.md
- users/modules/logging.md
- users/modules/products.md
- users/modules/social.md
- 'Payment':
- users/modules/payment/bitcoin.md
- 'Themes':
- users/modules/themes/frontend.md
# - 'Blog':
# - blog/index.md