Skip to content

chore: nav link updates for latest release#2323

Open
alexandreLamarre wants to merge 1 commit into
mainfrom
chore/nav-link-update
Open

chore: nav link updates for latest release#2323
alexandreLamarre wants to merge 1 commit into
mainfrom
chore/nav-link-update

Conversation

@alexandreLamarre

Copy link
Copy Markdown
Contributor

Summary

Related

AI disclosure

Checklist

  • reference any related issues
  • disclosed AI usage (or wrote "none") per AI_POLICY.md

@netlify

netlify Bot commented Jul 17, 2026

Copy link
Copy Markdown

Deploy Preview for pomerium-docs ready!

Name Link
🔨 Latest commit 68dbc04
🔍 Latest deploy log https://app.netlify.com/projects/pomerium-docs/deploys/6a5a94db0b391900081e8a05
😎 Deploy Preview https://deploy-preview-2323--pomerium-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@alexandreLamarre
alexandreLamarre marked this pull request as ready for review July 17, 2026 21:16
@alexandreLamarre
alexandreLamarre requested a review from a team as a code owner July 17, 2026 21:16
@alexandreLamarre
alexandreLamarre requested review from nickytonline and removed request for a team July 17, 2026 21:16
@greptile-apps

greptile-apps Bot commented Jul 17, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates src/components/docVersions.json to promote v0.33.0 as the new latest stable release and rotate out v0.31.0 from the versioned navigation.

  • v0.33.0 is added with "Latest stable (v0.33)" label, order: 2, and a correctly formatted subdomain URL following the existing major-minor-patch.docs.pomerium.com pattern.
  • v0.32.0 is demoted to order: 3 and its label is shortened from "Latest stable (v0.32)" to "v0.32", consistent with how a previously-latest version is labeled.
  • v0.31.0 is removed, keeping the list at three entries (main, latest stable, previous stable).

Confidence Score: 5/5

Safe to merge — a single JSON file is updated to add v0.33.0 as latest stable and remove the oldest tracked version v0.31.0.

The change is a minimal JSON rotation following an established pattern: the URL scheme, ordering convention, and label format all match the existing entries exactly. No logic, no code paths, no schema changes are involved.

No files require special attention.

Important Files Changed

Filename Overview
src/components/docVersions.json Rotates the versioned nav: adds v0.33.0 as latest stable, demotes v0.32.0 to archived, removes v0.31.0; URL pattern and ordering are consistent with pre-existing entries.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Version Selector (docVersions.json)"]
    A --> B["main\n(order: 1)\nhttps://www.pomerium.com/docs/"]
    A --> C["0.33.0 — Latest stable (v0.33)\n(order: 2)\nhttps://0-33-0.docs.pomerium.com/docs"]
    A --> D["0.32.0 — v0.32\n(order: 3)\nhttps://0-32-0.docs.pomerium.com/docs"]
    style C fill:#d4edda,stroke:#28a745
    style D fill:#fff3cd,stroke:#ffc107
    E["0.31.0 REMOVED"]
    style E fill:#f8d7da,stroke:#dc3545
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["Version Selector (docVersions.json)"]
    A --> B["main\n(order: 1)\nhttps://www.pomerium.com/docs/"]
    A --> C["0.33.0 — Latest stable (v0.33)\n(order: 2)\nhttps://0-33-0.docs.pomerium.com/docs"]
    A --> D["0.32.0 — v0.32\n(order: 3)\nhttps://0-32-0.docs.pomerium.com/docs"]
    style C fill:#d4edda,stroke:#28a745
    style D fill:#fff3cd,stroke:#ffc107
    E["0.31.0 REMOVED"]
    style E fill:#f8d7da,stroke:#dc3545
Loading

Reviews (1): Last reviewed commit: "chore: update nav links for 0.33.0/0.32...." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants