forked from keygenqt/km-shop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
207 lines (198 loc) · 8.03 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
201
202
203
204
205
206
207
site_name: Shop 8 in 1
# Repository
repo_name: 'keygenqt/km-shop'
repo_url: 'https://github.com/keygenqt/km-shop'
site_dir: 'km-shop'
# Navigation
nav:
- Home:
- index.md
- Web: web/index.md
- Server: server/index.md
- Mobile: mobile/index.md
- PC: pc/index.md
- Server: server/index.md
- Web:
- Overview:
- web/index.md
- Applications:
- Website:
- About: web/website/about.md
- Libraries: web/website/libraries.md
- Admin Panel:
- About: web/admin-panel/about.md
- Libraries: web/admin-panel/libraries.md
- Links:
- Go to Website: https://май-шоп.рф/
- Go to Admin Panel: https://shop-admin.keygenqt.com/
- Server:
- Overview:
- server/index.md
- Applications:
- API:
- About: server/api/about.md
- Libraries: server/api/libraries.md
- Dokka: /km-shop/dokka/shop/server/api/
- Methods:
- Errors: server/api/methods/common_errors.md
- Login: server/api/methods/#.md
- Logout: server/api/methods/logout.md
- Dashboard:
- Dashboard Chart: server/api/methods/dashboard_chart.md
- Dashboard Made Orders: server/api/methods/dashboard_made_orders.md
- Dashboard Orders Completed: server/api/methods/dashboard_orders_completed.md
- Dashboard Bestseller: server/api/methods/dashboard_seller.md
- Dashboard Total Earnings: server/api/methods/dashboard_total_earnings.md
- Admins:
- Admin Create: server/api/methods/admins_create.md
- Admin Update: server/api/methods/admins_update.md
- Admin Delete: server/api/methods/admins_delete.md
- Admin Item: server/api/methods/admins_item.md
- Admin List: server/api/methods/admins_list.md
- Categories:
- Category Create: server/api/methods/categories_create.md
- Category Update: server/api/methods/categories_update.md
- Category Update State: server/api/methods/categories_update_state.md
- Category Item: server/api/methods/categories_item.md
- Category List: server/api/methods/categories_list.md
- Category Public List: server/api/methods/categories_list_published.md
- Collections:
- Collection Create: server/api/methods/collections_create.md
- Collection Update: server/api/methods/collections_update.md
- Collection Update State: server/api/methods/collections_update_state.md
- Collection Item: server/api/methods/collections_item.md
- Collection List: server/api/methods/collections_list.md
- Collection Public List: server/api/methods/collections_list_published.md
- Files:
- File Delete: server/api/methods/file_delete.md
- File Get: server/api/methods/file_get.md
- File Upload: server/api/methods/file_upload.md
- Help Messages:
- Message Create: server/api/methods/messages_create.md
- Message Update: server/api/methods/messages_update.md
- Message Item: server/api/methods/messages_item.md
- Message List: server/api/methods/messages_list.md
- Orders:
- Orders NEW: server/api/methods/orders_list_new.md
- Orders PENDING: server/api/methods/orders_list_pending.md
- Orders COMPLETED: server/api/methods/orders_list_completed.md
- Orders CANCELED: server/api/methods/orders_list_canceled.md
- Order Item by ID: server/api/methods/orders_item.md
- Order Item by Number: server/api/methods/orders_find_by_number.md
- Order Create: server/api/methods/orders_create.md
- Order Update Customer: server/api/methods/orders_update_customer.md
- Order Update Note: server/api/methods/orders_update_note.md
- Order Update State: server/api/methods/orders_update_state.md
- Products:
- Product List: server/api/methods/products_list.md
- Product List by IDs: server/api/methods/products_list_by_ids.md
- Product Public List: server/api/methods/products_list_published.md
- Product Purchased List: server/api/methods/products_list_purchased.md
- Product Item: server/api/methods/products_item.md
- Product Create: server/api/methods/products_create.md
- Product Update: server/api/methods/products_update.md
- Product Update State: server/api/methods/products_update_state.md
- Product Count: server/api/methods/products_count.md
- Product Prices: server/api/methods/products_prices.md
- CLI:
- About: server/cli/about.md
- Libraries: server/cli/libraries.md
- Dokka: /km-shop/dokka/shop/server/cli/
- Links:
- Go to API: https://shop-api.keygenqt.com/
- Mobile:
- Overview:
- mobile/index.md
- Applications:
- Android:
- About: mobile/android/about.md
- Libraries: mobile/android/libraries.md
- Dokka: /km-shop/dokka/shop/mobile/android/
- Aurora:
- About: mobile/aurora/about.md
- Libraries: mobile/aurora/libraries.md
- iOS:
- About: mobile/ios/about.md
- Libraries: mobile/ios/libraries.md
- PC:
- Overview:
- pc/index.md
- Applications:
- Notificator:
- About: pc/gui/about.md
- Libraries: pc/gui/libraries.md
- Notificator CLI:
- About: pc/client/about.md
- Libraries: pc/client/libraries.md
- Dokka: /km-shop/dokka/shop/pc/client/
# Extensions
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Customization
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
social:
- icon: fontawesome/brands/github
link: https://github.com/keygenqt
- icon: fontawesome/brands/telegram
link: https://t.me/keygenqt
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/vitaliy-zarubin-6a8257150/
# Custom CSS
extra_css:
- /km-shop/custom.css
# Configuration
theme:
name: 'material'
custom_dir: docs/assets
language: 'en'
favicon: images/favicon.ico
icon:
logo: material/basket
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- navigation.prune
- toc.integrate
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono