Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
babd536
Finally got the menu working
CamSoper Sep 23, 2025
1b7ef7f
Breadcrumbs and docs home
CamSoper Sep 23, 2025
301d6e4
Menus and breadcrumbs lookin good
CamSoper Sep 23, 2025
772c9bb
refactor: clean up unused partials and styles in documentation layout
CamSoper Sep 23, 2025
0ec9e26
refactor: remove is_overview flag from documentation index files
CamSoper Sep 23, 2025
d050520
Remove generated files from source control
CamSoper Sep 23, 2025
7ac6a99
Remove generated assets from git tracking
CamSoper Sep 23, 2025
3a0ec6f
refactor: remove PulumiTV playlists and support section from document…
CamSoper Sep 23, 2025
dcd951c
Layout tweaks
CamSoper Sep 24, 2025
46cbdd5
feat: update documentation layout and styles for improved navigation
CamSoper Sep 24, 2025
3b76ab8
Merge remote-tracking branch 'origin/master' into CamSoper/issue15841
CamSoper Sep 24, 2025
98093e1
style: adjust navigation styles for improved hover effects and spacing
CamSoper Sep 24, 2025
956d787
review feedback (thanks, Claude!)
CamSoper Sep 24, 2025
6dbeab0
Merge remote-tracking branch 'origin/master' into CamSoper/issue15841
CamSoper Sep 25, 2025
9b544ab
style: remove expanded menu IDs from documentation index files
CamSoper Sep 25, 2025
4d853d9
Merge remote-tracking branch 'origin/docs-layout-improvements-pr' int…
CamSoper Sep 25, 2025
6c8cf2b
New menu structure basically working
CamSoper Sep 25, 2025
0f36459
style: remove section headers from documentation index files for cons…
CamSoper Sep 25, 2025
cb9c0a3
fix: correct current section for home path and update menu structure
CamSoper Sep 25, 2025
7d0eb8c
Moved get started -- AWS working, others not so much
CamSoper Sep 26, 2025
9022446
Get started menu all moved
CamSoper Sep 26, 2025
16de6bd
feat: add content migration and discovery scripts for documentation r…
CamSoper Sep 26, 2025
d119bf9
Merge remote-tracking branch 'origin/master' into CamSoper/issue15841
CamSoper Sep 26, 2025
9b0ca9c
Restored top nav
CamSoper Sep 26, 2025
4d49b2c
WIP, moved ESC Get Started, fixed script to move files.
CamSoper Sep 26, 2025
122d9eb
WIP, moved ESC Get Started, fixed script to move files.
CamSoper Sep 26, 2025
2f163e2
feat: add comprehensive content migration agent specification for Pul…
CamSoper Sep 26, 2025
5f212a0
Reorg Getting Started menu
CamSoper Sep 27, 2025
3fc5726
Reorg Getting Started menu
CamSoper Sep 27, 2025
3003752
Merge remote-tracking branch 'origin/master' into CamSoper/issue15841
CamSoper Sep 27, 2025
1a891a1
fix: update "Get Started" links to point to the new IaC documentation…
CamSoper Sep 27, 2025
4303bca
fix: update "Get Started" link to correct path in ESC walkthrough note
CamSoper Sep 27, 2025
dd8c2dc
fix: simplify breadcrumb logic by removing unnecessary condition
CamSoper Sep 27, 2025
783c7b2
weights
CamSoper Sep 29, 2025
7785cf8
Move insights getting started
CamSoper Sep 29, 2025
a847954
fix: correct regex for updating nested menu section in migration script
CamSoper Sep 29, 2025
1b53123
Moved "Adopting Pulumi" to "Migrating to Pulumi"
CamSoper Sep 29, 2025
b2ee0f0
Merge branch 'master' into CamSoper/issue15841
CamSoper Sep 29, 2025
91fa3a3
Moved Download & Install
CamSoper Sep 29, 2025
77399ec
Merge branch 'CamSoper/issue15841' of https://github.com/pulumi/docs …
CamSoper Sep 29, 2025
938b7c1
Add missing aliases for moved files
github-actions[bot] Sep 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
487 changes: 487 additions & 0 deletions .claude/agents/content-migration.md

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Pipfile.lock
static/css/styles.*.css
static/js/bundle.min.*.js

# Ignore webpack-generated assets from the build process.
/assets/css/
/assets/js/

# Ignore Cypress-generated content.
cypress/videos
cypress/screenshots
Expand Down
208,388 changes: 0 additions & 208,388 deletions assets/css/bundle.css

This file was deleted.

Loading
Loading