-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat(docs): add guides
alias
#647
feat(docs): add guides
alias
#647
Conversation
versions: { | ||
description: 'Versions', | ||
commands: [], | ||
}, | ||
categories: { |
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.
Rearranged this so the categories in the help screen align with the README.md command reference.
@@ -16,11 +16,11 @@ export function getCategories(): Record< | |||
> { | |||
return { | |||
apis: { | |||
description: 'Upload OpenAPI/Swagger definitions', | |||
description: 'OpenAPI / Swagger', |
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.
wayyyy cleaner of a header, good lordt
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.
the amount of little oversights on the main help screen that we don't notice for literal years lmao
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.
🤡
🧰 Changes
Adds an alias for the
docs
family of commands calledguides
, as well as some corresponding documentation touch-ups. Note that thedocs:edit
command doesn't have a corresponding alias since that command is now deprecated (see #646).🧬 QA & Testing
Does the alias'ing approach + the corresponding docs look good?