Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Enables the new Tier 2 secondary navigation band for selected site sections and updates the docs-infra submodule to the commit that implements the feature.
Changes:
- Enable Tier 2 band via
tier2_band: truefrontmatter on User guide, Reference, and Platform deployment index pages. - Bump
unionai-docs-infrasubmodule to a newer commit containing Tier 2 support.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
unionai-docs-infra |
Updates infra submodule pointer to include Tier 2 navigation support. |
content/user-guide/_index.md |
Turns on Tier 2 band for User guide section. |
content/deployment/_index.md |
Turns on Tier 2 band for Platform deployment section. |
content/api-reference/_index.md |
Turns on Tier 2 band for Reference section. |
Comments suppressed due to low confidence (1)
unionai-docs-infra:1
- The PR description indicates this should be updated after unionai-docs-infra#51 is merged, but the submodule is pinned to a raw commit hash. To reduce risk of the main repo depending on an unmerged/rewritten commit, update the submodule to a commit that is reachable from
unionai-docs-infra’s default branch (post-merge) or to a stable tag/release commit if your workflow supports it.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying docs with
|
| Latest commit: |
f43a83a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://920384e8.docs-dog.pages.dev |
| Branch Preview URL: | https://peeter-tier2-band.docs-dog.pages.dev |
362d96d to
4ac182c
Compare
Structural changes from IA review (ia-review-deferred.md items 1-8, 11): - Create getting-started/ section: moved overview, quickstart, running-locally, connecting-to-a-cluster, projects-and-domains, authenticating, user-management - Create tutorials/ section: moved basic-project and advanced-project/ - Move CLI ref pages (run-command-options, deploy-command-options) to api-reference/ - Add subsections to task-programming: data-types/, execution-patterns/, development/ - Merge apps sections (configure-apps, build-apps, serve-and-deploy-apps) into apps/ - Group build-agent/ and sandboxing/ into agentic-ai/ - Fix all weight collisions in task-programming - Move flyte-2/ to end of guide (weight 21) - Update all cross-references (31 links across 18 files) Build passes clean (make dist). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
IA review item #13: the parameter tables and method docs were duplicated from the generated API reference. Link instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ing into tasks/
Option B full restructuring: consolidates four separate task-related sections
into a single tasks/ super-section with six subsections:
tasks/
configuring/ (was task-configuration)
data-types/ (from task-programming)
execution-patterns/ (from task-programming)
development/ (from task-programming)
deploying/ (was task-deployment)
scaling/ (was run-scaling)
Updated ~75 cross-references across the entire content tree.
Build passes clean (make dist).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
c1ac12b to
f43a83a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
tier2_band: truefrontmatterunionai-docs-infrasubmodule to PR #51 which implements the Tier 2 featureSections enabled
Other sections (Tutorials, Integrations, Community, Release notes) are unchanged — their children remain in the sidebar.
Dependencies
Test plan
make dev— verify Tier 2 band appears on User guide, Reference, Platform deploymentmake dist— all variants build without errors🤖 Generated with Claude Code