Skip to content

Commit f48706d

Browse files
committed
Fix linting errors in documentation
Signed-off-by: nati <nati@dotkernel.com>
1 parent ee200f6 commit f48706d

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

docs/book/v6/how-to/csrf.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ In order to make sure that the new CSRF field works as expected, you can inspect
6767

6868
> This field is required and cannot be empty.
6969
70-
7170
### Timeout
7271

7372
Note the `timeout` option in your PHP form's `exampleCsrf` field, with its default value set to **3600**. This

docs/book/v6/installation/configuration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
> **optional**: in order to run/create tests, duplicate `config/autoload/local.test.php.dist` as `config/autoload/local.test.php`
99
> this creates a new in-memory database that your tests will run on.
10-
>
10+
1111
If you want your application to send mail, add valid credentials to the following keys in `config/autoload/mail.global.php`
1212

1313
Under `message_options` key:

docs/book/v6/introduction/file-structure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ These are the modules included by default:
9595
* `Setting` - Contains functionality for saving and reading display settings
9696
* `User` - Contains functionality for managing users; note these are users save in the `user` database table
9797

98-
9998
### Module contents
10099

101100
Each Module folder, in turn, should contain the following folders, unless they are empty:

mkdocs.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ docs_dir: docs/book
22
site_dir: docs/html
33
extra:
44
project: Admin
5-
current_version: v5
5+
current_version: v6
66
versions:
77
- v5
8+
- v6
89
nav:
910
- Home: index.md
1011
- v5:
@@ -28,6 +29,27 @@ nav:
2829
- "Use NPM Commands": v5/how-to/npm_commands.md
2930
- "Inject Dependencies": v5/how-to/dependency-injection.md
3031
- "Set Up CSRF": v5/how-to/csrf.md
32+
- 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
3153
site_name: admin
3254
site_description: "DotKernel Admin"
3355
repo_url: "https://github.com/dotkernel/admin"

0 commit comments

Comments
 (0)