-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
38 lines (38 loc) · 1.52 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
36
37
38
docs_dir: docs/book
site_dir: docs/html
extra:
project: Frontend
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
- "Development Mode": v5/installation/development-mode.md
- "Running the Application": v5/installation/running-application.md
- "FAQ": v5/installation/faq.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
- Reference:
- "Anonymize Accounts": v5/reference/account-anonymization.md
site_name: frontend
site_description: "Dotkernel Frontend"
repo_url: "https://github.com/dotkernel/frontend"
plugins:
- search