Skip to content

Commit fe16aa4

Browse files
authored
Merge pull request #26 from dotkernel/alexmerlin-patch-1
Fixed navigation (start from current version on the home page)
2 parents 6492c5c + d49c028 commit fe16aa4

File tree

1 file changed

+45
-45
lines changed

1 file changed

+45
-45
lines changed

mkdocs.yml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,52 @@ extra:
88
- v6
99
nav:
1010
- Home: index.md
11-
- v5:
12-
- Introduction: v5/introduction/introduction.md
13-
- Overview:
14-
- "Server Requirements": v5/introduction/server-requirements.md
15-
- "File Structure": v5/introduction/file-structure.md
16-
- "Packages": v5/introduction/packages.md
17-
- Installation:
18-
- "Introduction": v5/installation/installation-intro.md
19-
- "Getting Started": v5/installation/getting-started.md
20-
- "Composer": v5/installation/composer.md
21-
- "Configuration Files": v5/installation/configuration-files.md
22-
- "Doctrine ORM": v5/installation/doctrine-orm.md
23-
- "Manage Geolite2": v5/installation/manage-geolite2.md
24-
- "Test the Installation": v5/installation/test-the-installation.md
25-
- How to:
26-
- "Create Database Migrations": v5/how-to/creating-migrations.md
27-
- "Create Database Fixtures": v5/how-to/creating-fixtures.md
28-
- "Configure Authorizations": v5/how-to/authorization.md
29-
- "Use NPM Commands": v5/how-to/npm_commands.md
30-
- "Inject Dependencies": v5/how-to/dependency-injection.md
31-
- "Set Up CSRF": v5/how-to/csrf.md
3211
- v6:
33-
- Introduction: v6/introduction/introduction.md
34-
- Overview:
35-
- "Server Requirements": v6/introduction/server-requirements.md
36-
- "File Structure": v6/introduction/file-structure.md
37-
- "Packages": v6/introduction/packages.md
38-
- Installation:
39-
- "Introduction": v6/installation/installation-intro.md
40-
- "Getting Started": v6/installation/getting-started.md
41-
- "Composer": v6/installation/composer.md
42-
- "Configuration Files": v6/installation/configuration-files.md
43-
- "Doctrine ORM": v6/installation/doctrine-orm.md
44-
- "Manage Geolite2": v6/installation/manage-geolite2.md
45-
- "Test the Installation": v6/installation/test-the-installation.md
46-
- How to:
47-
- "Create Database Migrations": v6/how-to/creating-migrations.md
48-
- "Create Database Fixtures": v6/how-to/creating-fixtures.md
49-
- "Configure Authorizations": v6/how-to/authorization.md
50-
- "Use NPM Commands": v6/how-to/npm_commands.md
51-
- "Inject Dependencies": v6/how-to/dependency-injection.md
52-
- "Set Up CSRF": v6/how-to/csrf.md
53-
- Security:
54-
- "Basic Security": v6/security/basic-security.md
55-
- Tutorials:
56-
- "Creating a book module using DotMaker": v6/tutorials/create-book-module-via-dot-maker.md
12+
- Introduction: v6/introduction/introduction.md
13+
- Overview:
14+
- "Server Requirements": v6/introduction/server-requirements.md
15+
- "File Structure": v6/introduction/file-structure.md
16+
- "Packages": v6/introduction/packages.md
17+
- Installation:
18+
- "Introduction": v6/installation/installation-intro.md
19+
- "Getting Started": v6/installation/getting-started.md
20+
- "Composer": v6/installation/composer.md
21+
- "Configuration Files": v6/installation/configuration-files.md
22+
- "Doctrine ORM": v6/installation/doctrine-orm.md
23+
- "Manage GeoLite2": v6/installation/manage-geolite2.md
24+
- "Test the Installation": v6/installation/test-the-installation.md
25+
- How to:
26+
- "Create Database Migrations": v6/how-to/creating-migrations.md
27+
- "Create Database Fixtures": v6/how-to/creating-fixtures.md
28+
- "Configure Authorizations": v6/how-to/authorization.md
29+
- "Use NPM Commands": v6/how-to/npm_commands.md
30+
- "Inject Dependencies": v6/how-to/dependency-injection.md
31+
- "Set Up CSRF": v6/how-to/csrf.md
32+
- Security:
33+
- "Basic Security": v6/security/basic-security.md
34+
- Tutorials:
35+
- "Creating a book module using DotMaker": v6/tutorials/create-book-module-via-dot-maker.md
36+
- v5:
37+
- Introduction: v5/introduction/introduction.md
38+
- Overview:
39+
- "Server Requirements": v5/introduction/server-requirements.md
40+
- "File Structure": v5/introduction/file-structure.md
41+
- "Packages": v5/introduction/packages.md
42+
- Installation:
43+
- "Introduction": v5/installation/installation-intro.md
44+
- "Getting Started": v5/installation/getting-started.md
45+
- "Composer": v5/installation/composer.md
46+
- "Configuration Files": v5/installation/configuration-files.md
47+
- "Doctrine ORM": v5/installation/doctrine-orm.md
48+
- "Manage GeoLite2": v5/installation/manage-geolite2.md
49+
- "Test the Installation": v5/installation/test-the-installation.md
50+
- How to:
51+
- "Create Database Migrations": v5/how-to/creating-migrations.md
52+
- "Create Database Fixtures": v5/how-to/creating-fixtures.md
53+
- "Configure Authorizations": v5/how-to/authorization.md
54+
- "Use NPM Commands": v5/how-to/npm_commands.md
55+
- "Inject Dependencies": v5/how-to/dependency-injection.md
56+
- "Set Up CSRF": v5/how-to/csrf.md
5757
site_name: admin
5858
site_description: "Dotkernel Admin"
5959
repo_url: "https://github.com/dotkernel/admin"

0 commit comments

Comments
 (0)