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
Implement auto-generating documentation mechanism (like it was for the kyma@v2). Documentation should be generated using cobra library and put under the docs/user/gen-docs folder.
Do not implement validation mechanism. Script/program should be run manually using Makefile target (e.g. make docs).
Reasons
User should be able to read about the kyma cli possibilities on the kyma-project.io webpage
The text was updated successfully, but these errors were encountered:
Description
Implement auto-generating documentation mechanism (like it was for the kyma@v2). Documentation should be generated using cobra library and put under the
docs/user/gen-docs
folder.Do not implement validation mechanism. Script/program should be run manually using Makefile target (e.g.
make docs
).Reasons
User should be able to read about the kyma cli possibilities on the
kyma-project.io
webpageThe text was updated successfully, but these errors were encountered: