From ca157938580bd4160f5385cb32c03ee7cfbffaa9 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Sun, 14 Aug 2022 11:16:48 -0400 Subject: [PATCH] docs: update path for configuration-options (#17171) --- docs/development/local-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/local-development.md b/docs/development/local-development.md index 9e20556dab71b3..b2fac787b54ae0 100644 --- a/docs/development/local-development.md +++ b/docs/development/local-development.md @@ -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