website source code moved (#9517)

This commit is contained in:
R.B. Boyer 2021-01-06 16:56:19 -06:00 committed by GitHub
parent 0da01d7daf
commit 9b424a848f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.<FieldName>`.