-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# CRD documentation | ||
:crds-docs: https://crds.stackable.tech/ | ||
:crddocs-repo: https://github.com/stackabletech/crddocs | ||
|
||
The {crds-docs}[CRD documentation] is generated from the CRD manifest files, which are in turn generated from the operator source code. | ||
All the documentation strings are doc strings in the Rust source code. | ||
If you want to contribute documentation for a particular field, this needs to be done in doc string of the property on the struct that makes up that part of the CRD. | ||
|
||
To change the UI, adjust the HTML template and CSS files in the {crddocs-repo}[crddocs repository]. | ||
Also consult the README in that repository to learn more about how the site is generated. |