-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (44 loc) · 1.56 KB
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (44 loc) · 1.56 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Headless Platform
current_version: v1
versions:
- v1
nav:
- Home: index.md
- v1:
- Introduction: v1/introduction.md
- "Architecture Overview": v1/architecture.md
- "Getting Started": v1/getting-started.md
- "The Service Layer": v1/services.md
- API:
- "Introduction": v1/api/introduction.md
- "Usage": v1/api/usage.md
- Admin:
- "Introduction": v1/admin/introduction.md
- "Usage": v1/admin/usage.md
- Queue:
- "Introduction": v1/queue/introduction.md
- "Usage": v1/queue/usage.md
- Core:
- "Introduction": v1/core/introduction.md
- "Creation": v1/core/creation.md
- "Usage": v1/core/usage.md
- "Benefits": v1/core/benefits.md
- "ConfigProvider":
- "Introduction": v1/config-provider/introduction.md
- "Functionality": v1/config-provider/functionality.md
- "Benefits": v1/config-provider/benefits.md
- Migration:
- "Introduction": v1/migration/introduction.md
- "Choosing a Strategy": v1/migration/choosing-a-strategy.md
- "Full Rewrite": v1/migration/full-rewrite.md
- "Modular Refactoring": v1/migration/modular-refactoring.md
- "Strangler Fig": v1/migration/strangler-fig.md
- Glossary: v1/glossary.md
site_name: "Dotkernel Headless Platform"
site_description: "Dotkernel Headless Platform"
repo_url: "https://github.com/dotkernel/headless-documentation"
plugins:
- search