-
Notifications
You must be signed in to change notification settings - Fork 14
Refactor: Reorganize Documentation Structure #247
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
|
|
View your CI Pipeline Execution ↗ for commit 9e6f90f
☁️ Nx Cloud last updated this comment at |
1fe3434 to
96730b0
Compare
96730b0 to
8f7cfb3
Compare
8f7cfb3 to
d7d32eb
Compare
d7d32eb to
b4d9dda
Compare
b4d9dda to
b064b53
Compare
pkgs/website/src/content/docs/get-started/flows/compile-flow.mdx
Outdated
Show resolved
Hide resolved
b064b53 to
457fd43
Compare
457fd43 to
55d45cc
Compare
a02c9ab to
be24e53
Compare
be24e53 to
15078a9
Compare
15078a9 to
ad80404
Compare
ad80404 to
2dd9d0b
Compare
- Moved several 'how-to' pages to 'build' and 'production' sections for clarity - Renamed multiple files to better reflect their content and categorization - Updated navigation links and sidebar topics to match new structure - Removed obsolete edge-worker installation page, replaced with updated references - Standardized redirects and links for improved user flow and consistency
2dd9d0b to
9e6f90f
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-247.pgflow.pages.dev 📝 Details:
_Last updated: _ |
🔍 Preview Deployment: Playground✅ Deployment successful! 🔗 Preview URL: https://pr-247--pgflow-demo.netlify.app 📝 Details:
_Last updated: _ |
Merge activity
|
## Summary This PR restructures the pgflow documentation to improve navigation and align with the Diátaxis framework. The changes reorganize content into clearer categories and establish comprehensive redirects to maintain backward compatibility. ## Key Changes ### Documentation Reorganization **1. Getting Started Flow** - Split `/getting-started/` into focused sections: - `/get-started/installation/` - Core setup - `/get-started/flows/` - Flow creation, compilation, and execution - `/get-started/background-jobs/` - Worker setup - `/get-started/faq/` - Common questions **2. How-To Guides Split** - Task-oriented guides moved to `/develop/`: - `/develop/authoring/` - Flow creation patterns - `/develop/config-tuning/` - Configuration updates - `/develop/manage/` - Versioning and deletion - Operational guides moved to `/operate/`: - `/operate/deploy/` - Deployment strategies - `/operate/observe/` - Monitoring and observability - `/operate/maintain/` - Updates, pruning, connections **3. Concepts Restructured** - `/concepts/overview/` - Core concepts and introduction - `/concepts/architecture/` - How pgflow works - `/concepts/flows/` - DSL and flow-specific concepts **4. Reference Consolidation** - `/reference/configuration/` - Configuration reference - `/reference/apis/` - API documentation - `/reference/queue-worker/` - Worker internals **5. Comparisons** - Renamed `/vs/` to `/comparisons/` for clarity ### Redirects Added 100+ redirect rules covering all moved pages, including: - Legacy paths from previous reorganizations - Edge worker documentation moves - How-to guide splits - Concept restructuring - Configuration moves All redirects maintain trailing slashes per site configuration. ### Navigation Updates Updated Starlight sidebar configuration to reflect new structure with clear categories: - Get Started (rocket icon) - Develop (puzzle icon) - Operate (setting icon) - Concepts (information icon) - Reference (document icon) - Tutorials (open-book icon) - Comparisons (approve-check icon) ## Backward Compatibility All existing URLs redirect to their new locations. External links and bookmarks will continue to work. ## Testing - Verified all internal links resolve correctly - Confirmed redirects work as expected - Validated sidebar navigation structure

Summary
This PR restructures the pgflow documentation to improve navigation and align with the Diátaxis framework. The changes reorganize content into clearer categories and establish comprehensive redirects to maintain backward compatibility.
Key Changes
Documentation Reorganization
1. Getting Started Flow
/getting-started/into focused sections:/get-started/installation/- Core setup/get-started/flows/- Flow creation, compilation, and execution/get-started/background-jobs/- Worker setup/get-started/faq/- Common questions2. How-To Guides Split
/develop/:/develop/authoring/- Flow creation patterns/develop/config-tuning/- Configuration updates/develop/manage/- Versioning and deletion/operate/:/operate/deploy/- Deployment strategies/operate/observe/- Monitoring and observability/operate/maintain/- Updates, pruning, connections3. Concepts Restructured
/concepts/overview/- Core concepts and introduction/concepts/architecture/- How pgflow works/concepts/flows/- DSL and flow-specific concepts4. Reference Consolidation
/reference/configuration/- Configuration reference/reference/apis/- API documentation/reference/queue-worker/- Worker internals5. Comparisons
/vs/to/comparisons/for clarityRedirects
Added 100+ redirect rules covering all moved pages, including:
All redirects maintain trailing slashes per site configuration.
Navigation Updates
Updated Starlight sidebar configuration to reflect new structure with clear categories:
Backward Compatibility
All existing URLs redirect to their new locations. External links and bookmarks will continue to work.
Testing