Skip to content

Commit 0de9252

Browse files
committed
linting
1 parent 10a9fb0 commit 0de9252

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/book/v4/commands/create-admin-account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Usage
44

55
Run the following command in your application’s root directory:
6+
67
```shell
78
php ./bin/cli.php admin:create -i {IDENTITY} -p {PASSWORD} -f {FIRST_NAME} -l {LAST_NAME}
89
```
@@ -29,6 +30,7 @@ If the submitted data is valid, the outputted response is:
2930
```text
3031
Admin account has been created.
3132
```
33+
3234
The new admin account is ready to use.
3335

3436
You can get more help with this command by running:

docs/book/v4/commands/generate-database-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generate a database migration without dropping custom tables.
1+
# Generate a database migration without dropping custom tables
22

33
## Usage
44

docs/book/v4/commands/generate-tokens.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ php ./bin/cli.php token:generate <type>
1313
```
1414

1515
Where `<type>` is one of the following:
16+
1617
* [error-reporting](#generate-error-reporting-token)
1718

1819
If you need help using the command, execute the following command:
@@ -25,7 +26,7 @@ php ./bin/cli.php token:generate --help
2526

2627
You can generate an error reporting token by executing the following command:
2728

28-
```
29+
```shell
2930
php ./bin/cli.php token:generate error-reporting
3031
```
3132

@@ -36,6 +37,7 @@ Error reporting token:
3637
3738
0123456789abcdef0123456789abcdef01234567
3839
```
40+
3941
Copy the generated token.
4042

4143
Open `config/autoload/error-handling.global.php` and paste the copied token as shown below:

0 commit comments

Comments
 (0)