-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
161 lines (156 loc) · 6.13 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
site_name: Maho - open source on-premises ecommerce platform
site_url: https://mahocommerce.com
site_description: 'robust, modern, and lean on-premises ecommerce platform for the future of your business'
repo_url: https://github.com/MahoCommerce/maho
repo_name: MahoCommerce/maho
theme:
name: material
logo: assets/maho-logo.svg
favicon: assets/maho-symbol.svg
custom_dir: docs/overrides
palette:
scheme: default
primary: white
accent: '#ADB41A'
features:
- instant
- content.code.copy
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
extra_css:
- maho.css
plugins:
- search
- social:
cards_layout_options:
logo: docs/assets/maho-logo.svg
background_color: "#ADB41A"
- awesome-pages
- blog:
blog_dir: blog
post_date_format: full
post_url_format: "{date}/{slug}"
- minify:
minify_html: true
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
pygments_style: default
noclasses: true
extend_pygments_lang:
- name: php
lang: php
options:
startinline: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- footnotes
nav:
- Home: index.md
- Documentation:
- Getting started: getting-started.md
- Migrate to Maho: migrate-to-maho.md
- Release strategy: release-strategy.md
- Origins: origins.md
- Differences: differences.md
- Roadmap: roadmap.md
- Technical doc:
- Autoloaders: autoloaders.md
- CLI tool: cli-tool.md
- Cron setup: cron.md
- FrankenPHP: frankenphp.md
- Language packs: language-packs.md
- Override configs: override-configurations.md
- Robots.txt: robotstxt.md
- Reference:
- Development guide:
- Introduction: maho-for-devs/introduction.md
- The Maho config: maho-for-devs/config.md
- Controller dispatch: maho-for-devs/controller-dispatch.md
- Layouts, blocks and templates: maho-for-devs/layout-blocks-templates.md
- Models and ORM basics: maho-for-devs/models-and-orm.md
- Setup resources: maho-for-devs/setup-resources.md
- Advanced ORM: maho-for-devs/advanced-orm.md
- Data collections: maho-for-devs/data-collections.md
- REST API:
- Introduction: api/rest/introduction.md
- Common HTTP status codes: api/rest/common_http_status_codes.md
- HTTP methods: api/rest/http_methods.md
- GET Filters: api/rest/get_filters.md
- Response formats: api/rest/response_formats.md
- Testing: api/rest/testing_rest_resources.md
- Authentication:
- OAuth authentication: api/rest/authentication/oauth_authentication.md
- OAuth configuration: api/rest/authentication/oauth_configuration.md
- Permission settings:
- Introduction: api/rest/permission_settings/introduction.md
- Roles configuration: api/rest/permission_settings/roles_configuration.md
- Attributes configuration: api/rest/permission_settings/attributes_configuration.md
- Attributes description: api/rest/permission_settings/attributes_description.md
- Extending REST API: api/rest/extending.md
- SOAP API:
- Introduction: api/soap.md
- Catalog Category: api/soap/catalog-category.md
- Catalog Category Attribute: api/soap/catalog-category-attribute.md
- Catalog Product:
- Product: api/soap/catalog-product.md
- Product Attribute: api/soap/catalog-product-attribute.md
- Product Attribute Media: api/soap/catalog-product-attribute-media.md
- Product Attribute Set: api/soap/catalog-product-attribute-set.md
- Product Custom Option: api/soap/catalog-product-custom-option.md
- Product Custom Option Value: api/soap/catalog-product-custom-option-value.md
- Product Downloadable Link: api/soap/catalog-product-downloadable-link.md
- Product Link: api/soap/catalog-product-link.md
- Product Tag: api/soap/catalog-product-tag.md
- Product Tier Price: api/soap/catalog-product-tier-price.md
- Product Types: api/soap/catalog-product-types.md
- Catalog Inventory: api/soap/catalog-inventory.md
- Checkout Cart:
- Checkout Cart: api/soap/checkout-cart.md
- Checkout Cart Coupon: api/soap/checkout-cart-coupon.md
- Checkout Cart Customer: api/soap/checkout-cart-customer.md
- Checkout Cart Payment: api/soap/checkout-cart-payment.md
- Checkout Cart Product: api/soap/checkout-cart-product.md
- Checkout Cart Shipping: api/soap/checkout-cart-shipping.md
- Customer:
- Customer: api/soap/customer.md
- Customer Group: api/soap/customer-group.md
- Customer Address: api/soap/customer-address.md
- Directory: api/soap/directory.md
- Store: api/soap/store.md
- Sales Order:
- Order: api/soap/sales-order.md
- Credit Memo: api/soap/sales-order-credit-memo.md
- Invoice: api/soap/sales-order-invoice.md
- Shipment: api/soap/sales-order-shipment.md
- phpDoc code reference: code-reference.md
- Blog: blog/index.md
- Community:
- Get Involved: community/get-involved.md
- Contributing: community/contributing.md
- Community projects:
- Docker Starter: community/projects/docker-starter.md
- Sponsors: sponsors.md
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/MahoCommerce/maho
- icon: fontawesome/brands/twitter
link: https://twitter.com/mahocommerce
- icon: fontawesome/brands/discord
link: https://discord.gg/dWgcVUFTrS