Open
Conversation
- Reorganize into logical sections: After Deploy, Configure, Operate, Reference - Add "What You'll Deploy" table combining resources and costs upfront - Group deployment steps with section headers (Prerequisites, Setup, Configure, Deploy) - Use stepNumber prop for continuous 1-12 numbering across sections - Fix broken os.agno.com flow (requires HTTPS first) - Add missing ECR setup steps - Fix project structure to match actual template - Create new pages: verify.mdx, https.mdx, connect.mdx - Move reference content: env-vars, database-tables, troubleshooting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename "After Deploy" section to "Go Live" in navigation - Restore 10 dashboard images to CI/CD page: - GitHub Actions secrets, Docker build workflow - OIDC provider setup (4 screenshots) - IAM role creation steps - ECR build workflow - Restore 3 AWS Console images to HTTPS page: - Route 53 A record configuration - ACM certificate request - Certificate validation with CNAME Images existed in /images/ but references were lost during restructure. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Restores format and validate documentation that was lost during restructure: - ./scripts/format.sh and ./scripts/validate.sh usage - Direct ruff and mypy commands - Pre-commit workflow - Common issues troubleshooting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace SVG with 2x PNG for better text readability - Add w-full class for full-width display - Uses Mintlify's built-in click-to-zoom lightbox
- Reorder sidebar: Configure → Go Live → Manage → More - Rename folders: operate → manage, reference → more - Create deploy/ folder, move updates.mdx there - Merge Deploy into Go Live section - Rename top-level tab: Production → Deploy - Convert Next Steps to CardGroup components - Remove database-tables.mdx (intentional) - Update all internal links
- Replace hardcoded agentos-aws-template-prd with {infra_name} in efs.mdx
- Add Next Steps sections to troubleshooting.mdx, code-quality.mdx, env-vars.mdx
- troubleshooting: link to Code Quality and Env Vars (next in flow) - code-quality: link to Env Vars and Getting Started - env-vars: link to Getting Started and Deploy Updates
- deploy/updates: Replace CI/CD, Monitoring, Troubleshooting with Verify, HTTPS, Connect, CI/CD (matches Go Live flow) - settings: Replace Deploy with EFS (stays in Configure section) - local: Replace CI/CD with Packages (next in Configure) - packages: Remove backwards Local link, keep only Deploy
Remove internal-linking Next Steps from AWS docs pages. These were redundant with Mintlify's built-in < prev | next > navigation and causing confusion. Keep Next Steps only on: - getting-started.mdx (hub page with section entry points) - connect.mdx (end of flow, now points outside AWS to Agents/Tools/Knowledge) This follows the Railway template pattern where Next Steps only appear at the end of a flow to guide users to their next task.
- secrets.mdx: Show default agentos-aws-template-prd values that work out-of-the-box, with note for users who changed infra_name - ci-cd.mdx: Fix broken anchor link to point to getting-started#step-1-aws-setup
Rename folders to match sidebar group names: - deploy/ + after-deploy/ → go-live/ This improves codebase navigation by aligning file paths with user-facing sidebar labels. Updated all internal links to use new paths.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Comprehensive improvements to the AWS production documentation:
Pages Updated
Test plan
mintlify devrenders all pages correctly🤖 Generated with Claude Code