-
Notifications
You must be signed in to change notification settings - Fork 59
DOCSP-20362 Update links for subdomain consolidation project #71
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
Conversation
mdb-ashley
commented
Mar 28, 2022
- Ticket: https://jira.mongodb.org/browse/DOCSP-20362
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.
This looks great. That said, if you wouldn't mind terribly, could you also add the www.
to all the mongodb.com
s to avoid the extra redirect step at the beginning? :D
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.
Looks great, thanks!
Wrong PR. Oops. |
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.
Thanks @mdb-ashley ! I have a few suggestions here but the main theme is preferring roles when possible. Let me know if you have any questions!
source/bsondump.txt
Outdated
- `MongoDB 4.2 bsondump <https://www.mongodb.com/docs/v4.2/reference/program/bsondump>`__ | ||
- `MongoDB 4.0 bsondump <https://www.mongodb.com/docs/v4.0/reference/program/bsondump>`__ | ||
- `MongoDB 3.6 bsondump <https://www.mongodb.com/docs/v3.6/reference/program/bsondump>`__ |
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.
For these, rather than using full URLs, I think using the version roles may be better.
- `MongoDB 4.2 bsondump <https://www.mongodb.com/docs/v4.2/reference/program/bsondump>`__ | |
- `MongoDB 4.0 bsondump <https://www.mongodb.com/docs/v4.0/reference/program/bsondump>`__ | |
- `MongoDB 3.6 bsondump <https://www.mongodb.com/docs/v3.6/reference/program/bsondump>`__ | |
- :v4.2:`MongoDB 4.2 bsondump </reference/program/bsondump>` | |
- :v4.0:`MongoDB 4.0 bsondump </reference/program/bsondump>` |
I think we can remove the v3.6 link because it's EOL.
This comment applies to the other db tools pages edited as part of this PR.
- `MongoDB 4.2 Tools <https://docs.mongodb.com/v4.2/reference/program/>`__ | ||
- `MongoDB 4.0 Tools <https://docs.mongodb.com/v4.0/reference/program/>`__ | ||
- `MongoDB 3.6 Tools <https://docs.mongodb.com/v3.6/reference/program/>`__ | ||
- `MongoDB 4.2 Tools <https://www.mongodb.com/docs/v4.2/reference/program/>`__ |
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.
See comment on bsondump
.
source/index.txt
Outdated
@@ -109,13 +109,13 @@ Further Reading | |||
`MongoDB, Inc.`_ | |||
The company behind MongoDB. | |||
|
|||
`MongoDB Manual <https://docs.mongodb.com/manual?tck=docs_databasetools>`__ | |||
`MongoDB Manual <https://www.mongodb.com/docs/manual/?tck=docs_databasetools>`__ |
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.
We can use the :manual:
role here:
`MongoDB Manual <https://www.mongodb.com/docs/manual/?tck=docs_databasetools>`__ | |
:manual:`MongoDB Manual </?tck=docs_databasetools>` |
source/index.txt
Outdated
The MongoDB server documentation. | ||
|
||
`MongoDB Atlas <https://www.mongodb.com/cloud?tck=docs_databasetools>`__ | ||
Database as a service. | ||
|
||
`MongoDB Ecosystem <https://docs.mongodb.com/ecosystem/?tck=docs_databasetools>`__ | ||
`MongoDB Ecosystem <https://www.mongodb.com/docs/drivers/?tck=docs_databasetools>`__ |
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.
We can use the :ecosystem:
role here:
`MongoDB Ecosystem <https://www.mongodb.com/docs/drivers/?tck=docs_databasetools>`__ | |
:ecosystem:`MongoDB Ecosystem </?tck=docs_databasetools>` |
source/mongodump.txt
Outdated
- `MongoDB 4.2 mongodump <https://docs.mongodb.com/v4.2/reference/program/mongodump>`__ | ||
- `MongoDB 4.0 mongodump <https://docs.mongodb.com/v4.0/reference/program/mongodump>`__ | ||
- `MongoDB 3.6 mongodump <https://docs.mongodb.com/v3.6/reference/program/mongodump>`__ | ||
- `MongoDB 4.2 mongodump <https://www.mongodb.com/docs/v4.2/reference/program/mongodump>`__ |
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.
See comment on bsondump
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.
LGTM!