-
-
Notifications
You must be signed in to change notification settings - Fork 339
Description
The proxy device documentation (doc/reference/devices_proxy.md
) currently uses a static table of valid options. This should be moved to an auto-generated table using gendoc
.
This is typically done in two steps:
- Add the required
gendoc
comments where the configuration options are defined (usually alongside their validator) - Generate the new config metadata (
make update-metadata
) - Update the documentation to use the generated metadata
See #847 for an example.
Metadata
Metadata
Assignees
Labels
EasyGood for new contributorsGood for new contributors