-
Notifications
You must be signed in to change notification settings - Fork 3
refactor: reorganize change database settings and navigation #860
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
- Moved Settings group from UI-Driven Workflow to top-level "General" group - Combined issue.mdx and transaction-mode.mdx into single settings.mdx file - Moved schema-template to Change group under UI-Driven Workflow - Simplified and clarified content in settings page - Removed unnecessary screenshots This improves navigation structure and makes settings more discoverable. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 reorganizes the documentation navigation structure for better discoverability by moving settings-related pages to a new top-level "General" group and consolidating related content into a single settings file.
- Moved
schema-templatefrom Settings group to Change group for logical grouping - Created new "General" group under Database CI/CD tab for better settings discoverability
- Combined
issue.mdxandtransaction-mode.mdxinto a consolidatedsettings.mdxfile
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| mintlify/docs.json | Updates navigation structure by moving schema-template, removing old Settings group, and adding new General group |
| mintlify/change-database/transaction-mode.mdx | Removes standalone transaction mode documentation (content moved to settings.mdx) |
| mintlify/change-database/settings.mdx | Creates new consolidated settings page combining transaction mode, Postgres tenant mode, and self approval content |
| mintlify/change-database/issue.mdx | Removes standalone issue documentation (content moved to settings.mdx) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
📝 Broken Links Check Report
The following is the output from the broken links check: |
|
administration/custom-approval.mdx change-database/troubleshoot.mdx These links are broken. We can run |
- Update link in custom-approval.mdx from /change-database/issue/#self-approval to /change-database/settings#self-approval - Update links in troubleshoot.mdx from /change-database/issue/#postgres-database-tenant-mode to /change-database/settings#postgres-tenant-mode 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
tianzhou
left a comment
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
Summary
Reorganized the documentation navigation structure for better discoverability and combined related settings into a single page.
Changes
Navigation restructuring:
schema-templateto Change group where it logically belongsContent consolidation:
issue.mdxandtransaction-mode.mdxinto singlesettings.mdxfileBenefits
🤖 Generated with Claude Code