-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (90 loc) · 3.94 KB
/
mkdocs.yml
File metadata and controls
90 lines (90 loc) · 3.94 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Admin
current_version: v7
versions:
- v7
- v6
- v5
nav:
- Home: index.md
- v7:
- Introduction: v7/introduction/introduction.md
- Overview:
- "Server Requirements": v7/introduction/server-requirements.md
- "File Structure": v7/introduction/file-structure.md
- "Packages": v7/introduction/packages.md
- Installation:
- "Introduction": v7/installation/installation-intro.md
- "Getting Started": v7/installation/getting-started.md
- "Composer": v7/installation/composer.md
- "Configuration Files": v7/installation/configuration-files.md
- "Doctrine ORM": v7/installation/doctrine-orm.md
- "Manage GeoLite2": v7/installation/manage-geolite2.md
- "Test the Installation": v7/installation/test-the-installation.md
- Upgrading:
- "Upgrade procedure": v7/upgrading/upgrading.md
- "Upgrading 6.x to 7.0": v7/upgrading/UPGRADE-7.0.md
- How to:
- "Create Database Migrations": v7/how-to/creating-migrations.md
- "Create Database Fixtures": v7/how-to/creating-fixtures.md
- "Configure Authorizations": v7/how-to/authorization.md
- "Use NPM Commands": v7/how-to/npm_commands.md
- "Inject Dependencies": v7/how-to/dependency-injection.md
- "Set Up CSRF": v7/how-to/csrf.md
- Security:
- "Basic Security": v7/security/basic-security.md
- Tutorials:
- "Creating a book module using DotMaker": v7/tutorials/create-book-module-via-dot-maker.md
- v6:
- Introduction: v6/introduction/introduction.md
- Overview:
- "Server Requirements": v6/introduction/server-requirements.md
- "File Structure": v6/introduction/file-structure.md
- "Packages": v6/introduction/packages.md
- Installation:
- "Introduction": v6/installation/installation-intro.md
- "Getting Started": v6/installation/getting-started.md
- "Composer": v6/installation/composer.md
- "Configuration Files": v6/installation/configuration-files.md
- "Doctrine ORM": v6/installation/doctrine-orm.md
- "Manage GeoLite2": v6/installation/manage-geolite2.md
- "Test the Installation": v6/installation/test-the-installation.md
- How to:
- "Create Database Migrations": v6/how-to/creating-migrations.md
- "Create Database Fixtures": v6/how-to/creating-fixtures.md
- "Configure Authorizations": v6/how-to/authorization.md
- "Use NPM Commands": v6/how-to/npm_commands.md
- "Inject Dependencies": v6/how-to/dependency-injection.md
- "Set Up CSRF": v6/how-to/csrf.md
- Security:
- "Basic Security": v6/security/basic-security.md
- Tutorials:
- "Creating a book module using DotMaker": v6/tutorials/create-book-module-via-dot-maker.md
- v5:
- Introduction: v5/introduction/introduction.md
- Overview:
- "Server Requirements": v5/introduction/server-requirements.md
- "File Structure": v5/introduction/file-structure.md
- "Packages": v5/introduction/packages.md
- Installation:
- "Introduction": v5/installation/installation-intro.md
- "Getting Started": v5/installation/getting-started.md
- "Composer": v5/installation/composer.md
- "Configuration Files": v5/installation/configuration-files.md
- "Doctrine ORM": v5/installation/doctrine-orm.md
- "Manage GeoLite2": v5/installation/manage-geolite2.md
- "Test the Installation": v5/installation/test-the-installation.md
- How to:
- "Create Database Migrations": v5/how-to/creating-migrations.md
- "Create Database Fixtures": v5/how-to/creating-fixtures.md
- "Configure Authorizations": v5/how-to/authorization.md
- "Use NPM Commands": v5/how-to/npm_commands.md
- "Inject Dependencies": v5/how-to/dependency-injection.md
- "Set Up CSRF": v5/how-to/csrf.md
site_name: admin
site_description: "Dotkernel Admin"
repo_url: "https://github.com/dotkernel/admin"
plugins:
- search