Skip to content

Commit

Permalink
docs: update path for configuration-options (#17171)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Aug 14, 2022
1 parent 2d71049 commit ca15793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/local-development.md
Expand Up @@ -206,7 +206,7 @@ We want stay backwards-compatible as much as possible, as well as make the code
So most new functionality should be controllable via configuration options.

Create your new configuration option in the `lib/config/options/index.ts` file.
Also create documentation for the option in the `website/docs/configuration-options.md` file.
Also create documentation for the option in the `docs/usage/configuration-options.md` file.

## Debugging

Expand Down

0 comments on commit ca15793

Please sign in to comment.