From 8b9e303e60a5ad3b5489127cd153bfd6e37628f3 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Wed, 6 Jan 2021 16:56:19 -0600 Subject: [PATCH] website source code moved (#9517) --- contributing/checklist-adding-config-fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/checklist-adding-config-fields.md b/contributing/checklist-adding-config-fields.md index 8ff16f110b..8464501416 100644 --- a/contributing/checklist-adding-config-fields.md +++ b/contributing/checklist-adding-config-fields.md @@ -55,7 +55,7 @@ There are four specific cases covered with increasing complexity: state for client agent's RPC client. - [ ] Add a test to `agent/agent_test.go` similar to others with prefix `TestAgent_reloadConfig*`. - - [ ] Add documentation to `website/pages/docs/agent/options.mdx`. + - [ ] Add documentation to `website/content/docs/agent/options.mdx`. Done! You can now use your new field in a client agent by accessing `s.agent.Config.`.