-
Notifications
You must be signed in to change notification settings - Fork 81
[WFGP-292] Generate documentation for Galleon packs #739
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
base: main
Are you sure you want to change the base?
Conversation
This fixes wildfly#738. Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
075a8cd
to
0e69ef4
Compare
Added Yeray for outside perspective. Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
0e69ef4
to
c29d0e9
Compare
== Overview | ||
|
||
At its core, WildFly is composed of extensions that provide management resources (grouped in subsystems and deployment resources). | ||
WildFly is providing a model reference for these resources at https://docs.wildfly.org/36/wildscribe/. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WDYT about starting to call this "management API reference" not "model reference"?
We've used the term "model" around this general area for years but I couldn't tell you precisely what we mean by it. And I suspect a user has no clue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a section in the overview to clarify the terms used in the proposal, Management API
, Management API Reference
& Management Model
(for consistency, the model.json
file is renamed to management-api.json
)
Please tell me if that's clearer?
* describes the terms Management API, Management API Reference & Management Model * rename model.json to management-api.json Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
7597b27
to
01da404
Compare
Signed-off-by: Jeff Mesnil <jmesnil@ibm.com>
Feature development is done. I've opened a PR against @jfdenise branch that provides the generated documentation for the feature pack. The output of the doc can be seen at https://jmesnil.github.io/wildfly.github.io/38/feature-pack/doc/index.html. More interestingly, I also updated the GRPC feature pack to generate its documentation (that does not exist at the moment): |
This fixes #738.