Versioning question and a bit more #6513
-
Greetings I have been experimenting with mkdocs and mkdocs-material for a while now, in an effort to port a project's documentation from Jekyll. The project has versions and languages. I looked into the language part and it was a bit daunting to tackle, and after talking to a colleague of mine, we decided to only support English, so that issue was solved. I got all the documents converted to the way they should be and they show just fine. Running mkdocs-material locally helped with the migration process. In the end I deployed the docs in Cloudflare Pages and everything works as expected. Here comes the versioning part and question. I would like to have versions and checked the I was thinking of creating folders under my Thoughts on the above? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello, Considering how
Can you provide the source where you read that you need tags? Also Arduino-Cli uses |
Beta Was this translation helpful? Give feedback.
Hello,
I never used mike myself, but after reading https://github.com/jimporter/mike#how-it-works I believe you can re-deploy the same version with any typo fixes you want and the rest of the deployed versions will remain untouched.
Considering how
git
works,mike
has to create a new commit on top of the previous one even when modifying an older version, so I don't see any problems with fetching the last commit of thegh-pages
branch via Cloudflare Pages.Can you provide the source where you read that you need tags?
Also Arduino-Cli uses
mike
1.x for versioning: https://github.com/arduino/…