-
Notifications
You must be signed in to change notification settings - Fork 256
Reorganizing docs architecture #16118
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
base: master
Are you sure you want to change the base?
Conversation
* Finally got the menu working * Breadcrumbs and docs home * Menus and breadcrumbs lookin good * refactor: clean up unused partials and styles in documentation layout * refactor: remove is_overview flag from documentation index files * Remove generated files from source control * Remove generated assets from git tracking * refactor: remove PulumiTV playlists and support section from documentation index * Layout tweaks * feat: update documentation layout and styles for improved navigation * style: adjust navigation styles for improved hover effects and spacing * review feedback (thanks, Claude!) * style: remove expanded menu IDs from documentation index files * New menu structure basically working * style: remove section headers from documentation index files for consistency * fix: correct current section for home path and update menu structure * Moved get started -- AWS working, others not so much * Get started menu all moved * feat: add content migration and discovery scripts for documentation restructuring * Restored top nav * WIP, moved ESC Get Started, fixed script to move files. * WIP, moved ESC Get Started, fixed script to move files. * feat: add comprehensive content migration agent specification for Pulumi documentation * Reorg Getting Started menu * Reorg Getting Started menu * fix: update "Get Started" links to point to the new IaC documentation paths * fix: update "Get Started" link to correct path in ESC walkthrough note * fix: simplify breadcrumb logic by removing unnecessary condition * weights * Move insights getting started * fix: correct regex for updating nested menu section in migration script * Moved "Adopting Pulumi" to "Migrating to Pulumi" * Moved Download & Install * Add missing aliases for moved files Added aliases for 6 moved files to ensure proper URL redirects: - content/docs/get-started/iac/_index.md - content/docs/get-started/insights/account-management.md - content/docs/get-started/insights/add-policies.md - content/docs/get-started/insights/begin.md - content/docs/get-started/insights/create-accounts.md - content/docs/get-started/insights/using-resource-explorer.md Co-authored-by: Cam Soper <[email protected]> --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Cam Soper <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
Your site preview for commit 073f584 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16118-073f5840.s3-website.us-west-2.amazonaws.com. |
@claude Ensure that every single moved file in every single directory has the required alias pointing to its old location. |
Claude finished @CamSoper's task —— View job ✅ Task Completed: Ensured all moved files have proper aliasesI've systematically reviewed every single moved file in the docs reorganization (71 total files) and ensured each has the required 📊 Summary of Findings & FixesFiles That Needed Fixes: 13 total files
Files Already Correct: 58 total files
🔧 Changes MadeI fixed 13 files by adding the missing trailing slash ESC Files Fixed:
Insights Files Fixed:
✅ All Tasks Completed
Result: Every single moved file in the reorganization now has the required alias pointing to its old location with the correct format (including trailing slashes). All changes have been committed and pushed to the Branch: CamSoper/content-reorg |
All moved files from the docs reorganization now have proper aliases with trailing slashes as required by the repository guidelines: - Fixed 8 ESC files: Added trailing slash to aliases pointing to /docs/esc/get-started/* paths - Fixed 5 Insights files: Added trailing slash to aliases pointing to /docs/insights/get-started/* paths This ensures proper redirects from old URLs to new locations after the content reorganization. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Cam Soper <[email protected]>
Your site preview for commit 55298db is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16118-55298dbd.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit 79a8624 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16118-79a86241.s3-website.us-west-2.amazonaws.com. |
Your site preview for commit ab89cc8 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16118-ab89cc8e.s3-website.us-west-2.amazonaws.com. |
Fixes: #15841