Skip to content

Commit 2fe67da

Browse files
committed
Docs fixes
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 7453d6c commit 2fe67da

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

docs/book/v3/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
After installation, register `dot-navigation` in your project by adding the below line to your configuration aggregator (usually: `config/config.php`):
44

5-
Dot\Navigation\ConfigProvider::class,
5+
```php
6+
Dot\Navigation\ConfigProvider::class,
7+
```
68

79
Locate dot-navigation's distributable config file `vendor/dotkernel/dot-navigation/config/autoload/navigation.global.php.dist` and duplicate it in your project as `config/autoload/navigation.global.php`

docs/book/v3/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
Install `dotkernel/dot-navigation` by executing the following Composer command:
44

5-
composer require dotkernel/dot-navigation
5+
```shell
6+
composer require dotkernel/dot-navigation
7+
```

docs/book/v4/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
After installation, register `dot-navigation` in your project by adding the below line to your configuration aggregator (usually: `config/config.php`):
44

5-
Dot\Navigation\ConfigProvider::class,
5+
```php
6+
Dot\Navigation\ConfigProvider::class,
7+
```
68

79
Locate dot-navigation's distributable config file `vendor/dotkernel/dot-navigation/config/autoload/navigation.global.php.dist` and duplicate it in your project as `config/autoload/navigation.global.php`

docs/book/v4/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
Install `dotkernel/dot-navigation` by executing the following Composer command:
44

5-
composer require dotkernel/dot-navigation
5+
```shell
6+
composer require dotkernel/dot-navigation
7+
```

0 commit comments

Comments
 (0)