Skip to content
Snippets Groups Projects
Unverified Commit ca157938 authored by Adam Setch's avatar Adam Setch Committed by GitHub
Browse files

docs: update path for configuration-options (#17171)

parent 2d710496
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ We want stay backwards-compatible as much as possible, as well as make the code ...@@ -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. So most new functionality should be controllable via configuration options.
Create your new configuration option in the `lib/config/options/index.ts` file. 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 ## Debugging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment