diff --git a/docs/index.md b/docs/index.md index c89a6ae06..955e4a900 100644 --- a/docs/index.md +++ b/docs/index.md @@ -48,7 +48,7 @@ To begin, check out the [Getting started](getting_started.md) guide. See the _Us - [Template queries](template_queries.md) - [Performance simulation](performance_simulation.md) - [Failure simulation](./failure_simulation.md) -- [Fake data](fake_data.md) +- [Generating fake data](fake_data.md) - [CORS](cors.md) - [Groovy scripting tips](groovy_tips.md) - [Examples](https://github.com/outofcoffee/imposter/tree/main/examples) diff --git a/mkdocs.yml b/mkdocs.yml index 6a5561f19..3c5e8a4d7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,7 +49,7 @@ nav: - Template queries: 'template_queries.md' - Performance simulation: 'performance_simulation.md' - Failure simulation: 'failure_simulation.md' - - Fake data: 'fake_data.md' + - Generating fake data: 'fake_data.md' - CORS: 'cors.md' - Groovy scripting tips: 'groovy_tips.md' - Examples: 'https://github.com/outofcoffee/imposter/tree/main/examples'