-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
how to update mkdoc env (removed instructions for docker mkdocs use) #8089
Conversation
b56ca1f
to
c2257cc
Compare
…y for stable and maintenance headings readme
c2257cc
to
05bd952
Compare
The failure |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.2.x 4.2.x
# Navigate to the new working tree
cd .worktrees/backport-4.2.x
# Create a new branch
git switch --create backport-8089-to-4.2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 44cbf6c4aff8e5cd4cfc53023415c2d5c716aaba,4a2b9e8ea857fd6d098f563f31f35ccb425abf8b,05bd952a8e80117954fac242a322ffabf407126c,9402d4cdd70b93c4fc9209a8b1d9246bef73622b
# Push it to GitHub
git push --set-upstream origin backport-8089-to-4.2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.2.x Then, create a pull request where the |
I updated the header to indicate 4.4 is latest (not stable) - it was appearing as outdated; we will need to remember to update this when 4.4 becomes outdated in the future years. Also the version selector now working, used new mike alias: true setting to simplify deployment. |
…eonetwork#8089) * how to update mkdoc env (removed instructions for docker mkdocs use) * maintenance release description, fix broken link on change-log/history for stable and maintenance headings * added outdated banner for when 4.4.x eventually is unsupported * fix documentation warnings
In response to #7887 testing on outdated version.
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentation