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.
Supersedes #25972 which was still slightly off. Here's what's changed for the release:
Moves docs directory from
docs/4.0/
todocs/4.1/
. As a result, the v4.0.0 homepage no longer exists. Visitinggetbootstrap.com/docs/4.0/
will redirect right togetbootstrap.com/docs/4.0/getting-started/introduction/
.Runs
build/ship.sh 4.1.0
to change version number on only our files.Modifies the docs page redirects as they're intended to be localized to each minor version (in most cases, we shouldn't redirect from v4.0 to v4.1 docs).
Updates docs version dropdown with new release and link to v4.0 docs.
Alongside this, I've also prepped the compiled
docs/4.0/
directory ingh-pages
with an updated release dropdown in the main nav. This adds thedocs/4.1/
link and dropdown divider to match our v4.1.0 release changes.Still not as clean as I'd like—had to regenerate things after manually removing some changes caught by the build script. I'll be squashing on merge anyway, so should be fine. Here's how tomorrow morning will go for the release:
/cc @twbs/team