-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCSP-18514 Added Atlas shoutout to main intro page #5840
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
jeff-allen-mongo
merged 2 commits into
mongodb:v4.2
from
ianf-mongodb:DOCSP-18514-add-atlas-blurb-to-manual-intro-4.2
Sep 21, 2021
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Welcome to the MongoDB {+version+} Manual! MongoDB is a | ||
document database designed for ease of development | ||
and scaling. The Manual introduces key concepts in MongoDB, presents the | ||
query language, and provides operational and administrative | ||
considerations and procedures as well as a comprehensive reference | ||
section. | ||
|
||
MongoDB offers both local and cloud-hosted deployment options: | ||
|
||
- For locally hosted deployments, MongoDB offers both a *Community* | ||
and an *Enterprise* version of the database: | ||
|
||
- MongoDB Community is the {+source-available+} edition of MongoDB. | ||
|
||
- MongoDB Enterprise is available as part of the MongoDB Enterprise | ||
Advanced subscription and includes comprehensive support for your | ||
MongoDB deployment. MongoDB Enterprise also adds enterprise-focused | ||
features such as LDAP and Kerberos support, on-disk encryption, | ||
and auditing. | ||
|
||
- `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`__ | ||
is a hosted MongoDB Enterprise service option in the cloud which | ||
requires no installation overhead and offers a free tier to get | ||
started. |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed the download call to action was missing on only the 4.2 branch so I added the download blurb back in this branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also noticed that 4.2 and 4.0 have the links https://www.mongodb.com/download-center?jmp=docs#production where as 4.4,5.0,5.1 have https://www.mongodb.com/try/download?tck=docs_server would this be worth another ticket for update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ianf-mongodb , yeah, we switched the way we track docs referrals to
?tck=docs_server
and I believe that should be used throughout the docs corpus now. We can create another ticket to adjust the links.