-
Notifications
You must be signed in to change notification settings - Fork 679
ISSUE-4627: Update documentation to fix "Incorrect version in documentation" #4811
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
Merged
sksamuel
merged 14 commits into
kotest:master
from
metters:issue-4627/Update-documentation
Apr 12, 2025
Merged
ISSUE-4627: Update documentation to fix "Incorrect version in documentation" #4811
sksamuel
merged 14 commits into
kotest:master
from
metters:issue-4627/Update-documentation
Apr 12, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I found "multi platform", "multi-platform", as well as "multiplatform". The first version is definitely wrong. The other two are acceptable according to [Wiktionary](https://en.wiktionary.org/wiki/multi-platform).
lgtm |
sksamuel
approved these changes
Mar 23, 2025
This might be a dumb question, but did those gradle checks fail due to changes by me?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
As suggested in the discussion of the issue here I added a placeholder for the minor versions:

I have not added a link to Maven Central as suggested here. Please provide some text and I will gladly add it to the page.
The pull request template states
Therefore, I did this for all versions in the documentation: from
5.2
until5.9
Please let me know if there are other folders or text to update for uniformity!
Some concerns
I also check what the change looks like by running the site locally.
5.9 🚧
be updated to5.9.x 🚧
?x
does not lead to confusion?Additional updates
Additionally I fixed some typos and unified the spelling of
multi-platform
/multi platform
/multiplatform
I separated the changes by commit which might help when reviewing the pull request.
EDIT
I just saw, how many files are affected by unifying the spelling of
multiplatform
. Most times the spelling wasmulti-platform
. Please let me know if I should make it uniformlymulti-plaform
instead!