incus
incus copied to clipboard
Port `pci` device documentation to `gendoc`
The PCI device documentation (doc/reference/devices_pci.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
gendoccomments 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 https://github.com/lxc/incus/pull/847 for an example.
Hello, @pgupta2005 and I are University students at the University of Texas at Austin, we would like to take on this issue as part of our Virtualization class with Professor Vijay Chidambaram
Hello, we are excited to resolve the issue!
Assigned the two of you, thanks!