-
Notifications
You must be signed in to change notification settings - Fork 4
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 command api to docs json #103
Conversation
let's jam on this today (monday) |
modules/extensions/src/apis.json
Outdated
"typeNames": [ | ||
"CommandFnArgs", | ||
"CommandsFn", | ||
"CreateCommand", | ||
"Run", | ||
"SerializableValue", | ||
"BaseCommandArgs", | ||
"ActionCommandArgs", | ||
"ContextCommandArgs", | ||
"CommandArgs", | ||
"CommandProxy" | ||
] |
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.
commandproxy is an implementation detail, removed it
"typeNames": [ | |
"CommandFnArgs", | |
"CommandsFn", | |
"CreateCommand", | |
"Run", | |
"SerializableValue", | |
"BaseCommandArgs", | |
"ActionCommandArgs", | |
"ContextCommandArgs", | |
"CommandArgs", | |
"CommandProxy" | |
] | |
"typeNames": [ | |
"CommandFnArgs", | |
"CommandsFn", | |
"CreateCommand", | |
"Run", | |
"SerializableValue", | |
"BaseCommandArgs", | |
"ActionCommandArgs", | |
"ContextCommandArgs", | |
"CommandArgs" | |
] |
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.
Looks good!
In these docs it says that the commands API is experimental but I could only get it working via |
did you add the |
e9a0d9a
to
1cfbc82
Compare
rebased this to pick up docs generation test in CI |
I'm not totally sure I'm doing this right, the docs setup is super confusing lol.