You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
I create a golang util to generate README.md for a plugin which includes a generated Usage part in the middle of a header and a footer. The content of header and footer are reading from docs/header.md and docs/footer.md. @maximilien and I will use this util to generate README.md for eventing source plugins.
Since the repo client-contrib is not a go module. I'm not able to find a place to put this golang util which could be shared by all plugins. I have to put it to maximilien/kn-source-pkg/pkg/util, which is a private repo. I'm seeking advice to contribute this util to some place of Knative, maybe to knative/client/lib.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Support plugin docs auto generation.
My idea is to generate a README.md for plugin based on two inputs:
plugins/*/docs/header.md
, andplugins/*/docs/footer.md
github.com/spf13/cobra/doc
The text was updated successfully, but these errors were encountered: