-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 1.37 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Admin
current_version: v5
versions:
- v5
nav:
- Home: index.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