-
Notifications
You must be signed in to change notification settings - Fork 543
CXX-3150 Post-release changes for 4.0.0 #1283
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
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ee5cde0
Rename SSDLC static analysis report filename for consistency
eramongodb 852a19b
Update release version tables for 4.0.0
eramongodb 386b3a7
Fix double-slashes in Hugo pages
eramongodb 2558577
Avoid overwriting new sitemap files
eramongodb 9caf422
Prepare to generate r4.0.0 release documentation
eramongodb 385323c
Add CHANGELOG section for the next minor release
eramongodb ba95d83
Fix typo in section header name
eramongodb a2cbe23
Remove note concerning branch -> tag for releases/stable
eramongodb 7e1f974
Wording tweaks
eramongodb 0f4d664
Fix link to the MongoDB Manual
eramongodb 7122c4d
Use consistent articles in the bug fix alert
eramongodb e00d960
Remove duplicate and incorrect reference to 3.11.0 API docs
eramongodb b024c73
Improve consistency and formatting of version tables
eramongodb 121872d
Update release instructions to refer to mongocxx-v4
eramongodb f9810a9
Update Hugo shortcodes to refer to api/current pages
eramongodb 4128b9d
Tweak wording of gh-pages symlink update instructions
eramongodb 03134ad
Tweak wording referencing version lists and tables to be updated
eramongodb 8d16fa8
Fix reference to the releases/stable tag
eramongodb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{{ .Page.Site.Data.mongodb.apiUrl }}{{ with (.Get 0) }}{{ . }}{{ if ne (in . ".html") true}}.html{{ end }}{{ end }} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}/lib/bootstrap.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}/lib/font-awesome/css/font-awesome.min.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/mongodb-docs.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}/css/overrides.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}/lib/highlight/styles/{{ .Site.Data.mongodb.highlightTheme }}" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}lib/bootstrap.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}lib/font-awesome/css/font-awesome.min.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}css/mongodb-docs.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}css/overrides.css" type="text/css" /> | ||
<link rel="stylesheet" href="{{.Site.BaseURL}}lib/highlight/styles/{{ .Site.Data.mongodb.highlightTheme }}" /> |
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.