-
Notifications
You must be signed in to change notification settings - Fork 8
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
docs: add github action workflows to update README on DockerHub #35
Conversation
6f2eea2
to
1c60906
Compare
1c60906
to
ac21061
Compare
Signed-off-by: Dusan Malusev <dusan.malusev@scylladb.com>
ac21061
to
90ec232
Compare
we want to embed this one into core docs as well any advise on how to keep them in sync ? maybe just reference this repo from the core docs ? |
The main issue is that core docs are written in RST, and this one is in Markdown, Dockerhub does not support RST (tried it first), so keeping them in sync is a bit tricky, unless we do some translation between the two. Just referencing this page, does not look good on documentation site. I can try something with GitHub Actions to translate MD to RST and open PR to core repo with DIFF from Markdown. Is that ok solution @fruch? |
Instead of duplicating content, I would add a reference in the core documentation. I think we should create a new page, briefly describe what cassandra-stress is used for, and add the links to:
Apart from the duplication, there are more reasons not to mix the two docs sets, such as different versioning and quality policies. For example, user-facing documentation shouldn't include information such as The latest version of |
@CodeLieutenant @fruch
We should do the latter. |
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
cassandra-stress
.DockerHub
wherecassandra-stress
image is uploaded after releaseCloses #5