-
Notifications
You must be signed in to change notification settings - Fork 128
feat(platform): IA rework #1957
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
- Create 10 numbered directories for new IA - Add _category_.yml for sidebar ordering - Add minimal placeholder index files (to be replaced) Part of Platform IA reorganization
- Migrate console/ → 2-console/ - Update index front matter (slug: /console) Part of Platform IA reorganization
- Migrate actors/running → 3-using-actors - Migrate storage → 4-core-concepts/storage - Migrate proxy → 4-core-concepts/proxy - Migrate actors/development → 5-building-actors - Migrate actors/publishing → 6-publishing-and-monetization - Update all front matter slugs - Add nginx redirects for all moved paths Part of Platform IA reorganization
…n only) - Migrate integrations → 7-integrations - Migrate collaboration → 8-collaboration - Migrate monitoring → 9-monitoring-and-operations/monitoring - Update all front matter slugs - Add nginx redirects - All 10 sections now complete Part of Platform IA reorganization
…ete) - Remove old directory structure (actors/, storage/, proxy/, etc.) - Update internal links to new paths - All content now in numbered sections (1-10) Ready for deployment.
Content placement adjustments Link fixes nginx.conf adjustments
- Updated all CardGrid component links across platform documentation to use proper slugs - Fixed relative links (./integrations/...) to absolute paths (/platform/integrations/...) - Corrected storage links from /platform/storage/... to /platform/core-concepts/storage/... - Corrected proxy links from /platform/proxy/... to /platform/core-concepts/proxy/... - Fixed building-actors links from /platform/actors/development/... to /platform/building-actors/... - Fixed incorrect targets (e.g., Environment variables, Status events)
merge proxy & storage indexes into one core concepts index
I wanted to create a preview so people could click through the proposed changes for IA, and we could have a starting point to start discussions and colalborate on it, but then I got stuck in a constant loop of:
ad nausem. I might try to split this PR into some more manageable chunks instead of this monstrosity, but I'll leave this as draft for nwo as reference. Apart from that best I can do is I guess add screenshot of how the new IA looks, and then maybe you can infer something from the changed files (tho it is overwhelming since I was moving all the files around) |
Part of Platform IA reorganization