-
Notifications
You must be signed in to change notification settings - Fork 21
doc: Updates dock links with new format #470
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
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.
Pull Request Overview
This PR updates the API documentation links to the new Atlas Admin API v2 format across multiple README files and adds IDE files to ignore patterns.
- Bulk replaced old
mongodb.com/docs/atlas/reference/api-resources-speclinks with newmongodb.com/docs/api/doc/atlas-admin-api-v2links - Added
.idea/and*.imlto both.gitignoreand.npmignore
Reviewed Changes
Copilot reviewed 89 out of 90 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test/**/README.md | Updated Important Links API URLs to v2 endpoints |
| src/**/README.md | Updated MongoDB Atlas API Docs URLs to v2 endpoints |
| src/l3-resources/encryption-at-rest-express/README.md | Updated inline link in description and success criteria |
| src/l3-resources/common/props.ts | Updated JSDoc @description link to v2 operation URL |
| .projenrc.js & .npmignore | Added IDE files (.idea/, *.iml) to ignore patterns |
Comments suppressed due to low confidence (1)
src/l1-resources/x509-authentication-database-user/README.md:22
- [nitpick] There are two consecutive
## MongoDB Atlas API Docssections with similar headings. Consider merging them into a single section to avoid duplication and improve readability.
## MongoDB Atlas API Docs
Proposed changes
Jira ticket: CLOUDP-329199