Skip to content

Commit

Permalink
docd(mkdocs.yml) udpate toc, rename migration
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Feb 18, 2024
1 parent 5c44672 commit 20226a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ extensions:
In your tests, you can use the annotations or attributes as you would in a PHPUnit test:

```php
<?php
use lucatume\WPBrowser\TestCase\WPTestCase;
class IsolationExampleTest extends WPTestCase {
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ site_description: 'Documentation for the wp-browser WordPress testing framework.
site_author: 'Luca Tumedei'
nav:
- Getting started: 'README.md'
- Migrating to version 4: 'migration.md'
- Migrating to newer versions: 'migration.md'
- Default configuration: 'default-configuration.md'
- Custom configuration: 'custom-configuration.md'
- Modules:
Expand All @@ -25,6 +25,7 @@ nav:
- PHP Built-in Server Controller: 'extensions#builtinservercontroller'
- ChromeDriver Controller: 'extensions#chromedrivercontroller'
- Docker Compose Controller: 'extensions#dockercomposecontroller'
- Isolation Support: 'extensions#isolationsupport'
- Commands:
- run and codeception:run: 'commands#run-and-codeceptionrun'
- dev:start: 'commands#devstart'
Expand Down

0 comments on commit 20226a6

Please sign in to comment.