-
Notifications
You must be signed in to change notification settings - Fork 17
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: generate plugins help pages tags on install/update #145
Conversation
Adds a new configuration option `generate_help_pages` which defaults to `true`.
Review ChecklistDoes this PR follow the Contribution Guidelines? Following is a partial checklist: Proper conventional commit scoping:
If applicable:
|
Adds a new configuration option `generate_help_pages` which defaults to `true`.
Hmm I did a |
… `install` to avoid re-generating them multiple times
…n the user-facing configuration module
skip-checks: true
Weird that this isn't triggering CI... |
This PR also adds a new configuration option called
generate_help_pages
, which defaults totrue
.