Add onboarding status as a subpage to platform domain #31
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.
This pull request introduces comprehensive developer documentation and updates the onboarding dashboard deployment to support path-based routing via Google Cloud Load Balancer. It also improves the onboarding dashboard’s Next.js configuration and fetch logic to ensure correct API routing. The navigation structure in
mkdocs.ymlis reorganized to better separate developer and CLI documentation.Documentation and Infrastructure Improvements:
docs/developer_guide.mdcovering platform architecture, deployment, administration, and maintenance procedures for the AI Engineering Platform.docs/onboarding-status-web-load-balancer-setup.md.mkdocs.ymlnavigation to group developer documentation and CLI reference, and removed the obsolete user guide. [1] [2]Onboarding Dashboard Configuration:
basePath: '/onboarding'inservices/onboarding-status-web/next.config.jsto support serving the app under a subpath.services/onboarding-status-web/app/page.tsxto use/onboarding/api/participants, ensuring requests are routed correctly through the load balancer.