-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add generated documentation for Unix devices #824
Comments
Can I get this assigned? I'm thinking we essentially have to add
|
Assigned it to you, and yeah, that's right. We usually put the |
for
We'd write something like:
|
Maybe:
|
I made a pull request and tested the documentation on localhost. I've ran into issues with passing the
I've been having trouble tracing the issue, though. |
Added generated documentation for Unix devices #824
Incus is slowly moving to automatically generated documentation for its configuration keys.
This can be done through the
gendoc:generate
type comments in the code, followed by runningmake update-metadata
and consumption in the documentation through{include} ../config-option.txt
.This issue is for the keys defined in
doc/reference/device_unix_block.md
,doc/reference/device_unix_char.md
,doc/reference/device_unix_hotplug.md
to be moved to code ininternal/server/device/unix_common.go
andinternal/server/device/unix_hotplug.go
.The text was updated successfully, but these errors were encountered: