-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
150 lines (143 loc) · 5.25 KB
/
mkdocs.yml
File metadata and controls
150 lines (143 loc) · 5.25 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
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
site_name: AI Lab
site_url: https://docs.apero.ai
theme:
language: en
palette:
primary: custom
name: material
logo: https://apero.vn/wp-content/uploads/2024/10/logo-white.svg
favicon: https://apero.vn/wp-content/uploads/2025/02/APERO_Logo-Preview-14.ico
features:
- navigation.sections
- navigation.top
- navigation.tabs
- content.code.copy
- search.highlight
- search.suggest
- toc.integrate
- content.code.annotate
- content.tabs.link
- navigation.footer
font:
text: Roboto
code: Fira Code
font: false
nav:
- Home:
- About AI Lab: introduction/index.md
- Vision & Mission: introduction/vision.md
- AI as a Service (AIaaS):
- Overview & Architecture: aiaas/overview.md
- Security:
- API Signature: aiaas/security/api-signature.md
- Integration: aiaas/security/integration.md
- Common:
- FAQ: aiaas/faq.md
- Art:
- Overview: aiaas/art/index.md
- v4 (legacy): aiaas/art/v4.md
- v5 (stable): aiaas/art/v5.md
- Art Premium:
- Overview: aiaas/art-premium/index.md
- v4 (legacy): aiaas/art-premium/v4.md
- v5 (stable): aiaas/art-premium/v5.md
- Text to Image:
- Overview: aiaas/text-to-image/index.md
- v1: aiaas/text-to-image/v1.md
- v2: aiaas/text-to-image/v2.md
- AI Video:
- Overview: aiaas/ai-video/index.md
- v1: aiaas/ai-video/v1.md
- v2: aiaas/ai-video/v2.md
- Beauty:
- Overview: aiaas/beauty/index.md
- v1: aiaas/beauty/v1.md
- v2: aiaas/beauty/v2.md
- Makeup:
- Overview: aiaas/makeup/index.md
- v1: aiaas/makeup/v1.md
- v2: aiaas/makeup/v2.md
- Enhance:
- Overview: aiaas/enhance/index.md
- v1: aiaas/enhance/v1.md
- v2: aiaas/enhance/v2.md
- Restore:
- Overview: aiaas/restore/index.md
- v1: aiaas/restore/v1.md
- v2: aiaas/restore/v2.md
- Fitting:
- Overview: aiaas/fitting/index.md
- v1: aiaas/fitting/v1.md
- v2: aiaas/fitting/v2.md
- Clothes:
- Overview: aiaas/clothes/index.md
- v1: aiaas/clothes/v1.md
- v2: aiaas/clothes/v2.md
- Clothes Changing:
- Overview: aiaas/clothes-changing/index.md
- v1: aiaas/clothes-changing/v1.md
- v2: aiaas/clothes-changing/v2.md
- Home Decorator:
- Overview: aiaas/home-decorator/index.md
- v1: aiaas/home-decorator/v1.md
- v2: aiaas/home-decorator/v2.md
- Image Combine:
- Overview: aiaas/image-combine/index.md
- v1: aiaas/image-combine/v1.md
- v2: aiaas/image-combine/v2.md
- Outpainting:
- Overview: aiaas/outpainting/index.md
- v1: aiaas/outpainting/v1.md
- v2: aiaas/outpainting/v2.md
- Inpainting:
- Overview: aiaas/inpainting/index.md
- v1: aiaas/inpainting/v1.md
- v2: aiaas/inpainting/v2.md
- Remove Object:
- Overview: aiaas/remove-object/index.md
- v1: aiaas/remove-object/v1.md
- v2: aiaas/remove-object/v2.md
- Logo:
- Overview: aiaas/logo/index.md
- v1: aiaas/logo/v1.md
- v2: aiaas/logo/v2.md
- Plant Identifier:
- Overview: aiaas/plant-identifier/index.md
- v1: aiaas/plant-identifier/v1.md
- v2: aiaas/plant-identifier/v2.md
- Segment:
- Overview: aiaas/segment/index.md
- v1: aiaas/segment/v1.md
- v2: aiaas/segment/v2.md
- Palm Scanning:
- Overview: aiaas/palm-scanning/index.md
- v1: aiaas/palm-scanning/v1.md
- v2: aiaas/palm-scanning/v2.md
- Software as a Service (SaaS):
- Identity Provider:
- Overview: saas/identity/index.md
- Integration: saas/identity/integration.md
- API:
- Login: saas/identity/api/login.md
- Register: saas/identity/api/register.md
- Refresh Token: saas/identity/api/refresh.md
- Billing:
- Overview: saas/index.md
- Platform Services: saas/platform-services.md
- Admin Dashboard: saas/admin-dashboard.md
- API Reference: saas/apis.md
- Support:
- API Policy: help/policy.md
- Technical Support: help/support.md
plugins:
- search
- swagger-ui-tag
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- pymdownx.highlight