Skip to content
Closed
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ nav:
- Development: '!import https://github.com/pgEdge/pgedge-helm.git?branch=main'

- ACE:
- v2.1.1: '!import https://github.com/pgEdge/ace.git?branch=v2.1.1'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win

Add the PostgreSQL Beta 2 navigation entry before merging.

The four version imports are present, but the PR objective also requires manual placement of the new pg19-beta2 product from the pg19beta2 branch. This navigation entry is still absent from mkdocs.yml, so the SSOT sync remains incomplete.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@mkdocs.yml` at line 594, Add the missing PostgreSQL Beta 2 navigation entry
to mkdocs.yml, manually placing the pg19-beta2 product imported from the
pg19beta2 branch alongside the existing version imports. Preserve the current
navigation structure and ordering while completing the SSOT sync.

- v2.1.0: '!import https://github.com/pgEdge/ace.git?branch=v2.1.0'
- v2.0.0: '!import https://github.com/pgEdge/ace.git?branch=v2.0.0'
- v1.9.0: '!import https://github.com/pgEdge/ace.git?branch=v1.9.0'
Expand All @@ -615,6 +616,7 @@ nav:
- Development: '!import https://github.com/pgEdge/lolor.git?branch=main'

- Snowflake:
- v2.6: '!import https://github.com/pgEdge/snowflake.git?branch=v2.6.0'
- v2.5: '!import https://github.com/pgEdge/snowflake.git?branch=v2.5.0'
- v2.4: '!import https://github.com/pgEdge/snowflake.git?branch=v2.4'
- Development: '!import https://github.com/pgEdge/snowflake.git?branch=main'
Expand All @@ -628,6 +630,7 @@ nav:
- Development: '!import https://github.com/pgEdge/spock.git?branch=main'

- Spock v5:
- v5.0.11: '!import https://github.com/pgEdge/spock.git?branch=v5.0.11'
- v5.0.10: '!import https://github.com/pgEdge/spock.git?branch=v5.0.10'
- v5.0.9: '!import https://github.com/pgEdge/spock.git?branch=v5.0.9'
- v5.0.8: '!import https://github.com/pgEdge/spock.git?branch=v5.0.8'
Expand Down Expand Up @@ -708,6 +711,7 @@ nav:

# Community Extensions (from 3rd-party-docs repo)
- pgvector:
- v0.8.5: '!import https://github.com/pgEdge/3rd-party-docs.git?branch=pgvector085'
- v0.8.2: '!import https://github.com/pgEdge/3rd-party-docs.git?branch=pgvector082'
- v0.8.1: '!import https://github.com/pgEdge/3rd-party-docs.git?branch=pgvector081'
- v0.8.0: '!import https://github.com/pgEdge/3rd-party-docs.git?branch=pgvector080'
Expand Down
Loading