-
Notifications
You must be signed in to change notification settings - Fork 2.8k
chore(docs): add mkdocs-macros plugin #5412
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
chore(docs): add mkdocs-macros plugin #5412
Conversation
6b450e1
to
253ff73
Compare
/label tide/merge-method-squash |
253ff73
to
7c6f26b
Compare
Co-authored-by: Michel Loiseleur <[email protected]>
Signed-off-by: ivan katliarchuk <[email protected]>
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mloiseleur The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Added a mkdocs plugin, that helps to capture snippets in single folder, this should simplify user experience, and no need to browse all the documents.
benefits for adding plugin
.md
page, which is adds complexityThe idea is taken from external secrets operator . The only different they have a flat structure https://github.com/external-secrets/external-secrets/tree/main/docs/snippets. I have no preference on structure
Examples (validated is working)

updated docs
example failed yml/json validator (we could ofcourse exlude it if required)
Checklist