-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (61 loc) · 2.19 KB
/
mkdocs.yml
File metadata and controls
61 lines (61 loc) · 2.19 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Packages
current_version: v2
versions:
- v2
- v1
installation:
composer_dev: true
nav:
- Home: index.md
- v2:
- Overview: v2/overview.md
- Installation: v2/installation.md
- Setup: v2/setup.md
- Usage: v2/usage.md
- Component:
- Create Collection: v2/component/collection.md
- Create Command: v2/component/command.md
- Create Entity: v2/component/entity.md
- Create Form: v2/component/form.md
- Create Handler: v2/component/handler.md
- Create Input: v2/component/input.md
- Create InputFilter: v2/component/input-filter.md
- Create Middleware: v2/component/middleware.md
- Create Module: v2/component/module.md
- Create Repository: v2/component/repository.md
- Create Service: v2/component/service.md
- Create ServiceInterface: v2/component/service-interface.md
- IO:
- Input: v2/io/input.md
- Output: v2/io/output.md
- Naming Standards: v2/naming-standards.md
- v1:
- Overview: v1/overview.md
- Installation: v1/installation.md
- Setup: v1/setup.md
- Usage: v1/usage.md
- Component:
- Create Collection: v1/component/collection.md
- Create Command: v1/component/command.md
- Create Entity: v1/component/entity.md
- Create Form: v1/component/form.md
- Create Handler: v1/component/handler.md
- Create Input: v1/component/input.md
- Create InputFilter: v1/component/input-filter.md
- Create Middleware: v1/component/middleware.md
- Create Module: v1/component/module.md
- Create Repository: v1/component/repository.md
- Create Service: v1/component/service.md
- Create ServiceInterface: v1/component/service-interface.md
- IO:
- Input: v1/io/input.md
- Output: v1/io/output.md
- Naming Standards: v1/naming-standards.md
site_name: dot-maker
site_description: "Programmatically generate Dotkernel project files and directories."
repo_url: "https://github.com/dotkernel/dot-maker"
plugins:
- search