From e293c272a6d631de7ec19ec01b7c273cdd512085 Mon Sep 17 00:00:00 2001 From: Nico Alba Date: Mon, 4 May 2026 20:07:07 +0000 Subject: [PATCH 1/5] alias work --- unified-doc/docusaurus.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unified-doc/docusaurus.config.ts b/unified-doc/docusaurus.config.ts index bb90560..a35a27f 100644 --- a/unified-doc/docusaurus.config.ts +++ b/unified-doc/docusaurus.config.ts @@ -105,6 +105,8 @@ const cfg: PublishConfig = process.env.DOCUSAURUS_PUBLISH_ENV === 'prod' ? prod const REMARK_MAPPINGS = [ { from: '@selfhosteddocs', to: `${docsBase}selfhosted` }, { from: '@openzitidocs', to: `${docsBase}openziti`}, + { from: '@openziti2x', to: `${docsBase}openziti`}, + { from: '@openziti1x', to: `${docsBase}openziti/1.x`}, { from: '@zrokdocs', to: `${docsBase}zrok`}, { from: '@frontdoordocs', to: `${docsBase}frontdoor`}, { from: '@zlandocs', to: `${docsBase}zlan`}, From c7e865224bfffaf368f079a78b229559cd9101ff Mon Sep 17 00:00:00 2001 From: Nico Alba Date: Mon, 4 May 2026 23:57:00 +0000 Subject: [PATCH 2/5] add in rename --- packages/docusaurus-theme/src/products.ts | 2 +- unified-doc/src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docusaurus-theme/src/products.ts b/packages/docusaurus-theme/src/products.ts index caa3ace..fe77d76 100644 --- a/packages/docusaurus-theme/src/products.ts +++ b/packages/docusaurus-theme/src/products.ts @@ -35,7 +35,7 @@ const IMG = `${DOCS_BASE}/img`; export const PRODUCTS: Record = { console: { id: 'console', - label: 'NetFoundry Console', + label: 'NetFoundry', path: 'platform/intro', logo: NF_LOGO, description: 'Cloud-managed orchestration and global fabric control.', diff --git a/unified-doc/src/pages/index.tsx b/unified-doc/src/pages/index.tsx index 375548a..e256b36 100644 --- a/unified-doc/src/pages/index.tsx +++ b/unified-doc/src/pages/index.tsx @@ -13,7 +13,7 @@ const NF_LOGO = 'https://raw.githubusercontent.com/netfoundry/branding/refs/head const products = [ { id: 'console', - title: 'NetFoundry Console', + title: 'NetFoundry', logo: NF_LOGO, tag: 'SaaS', accent: CYAN, From 4604d9372cba60e845ec62a9a2b05d9dedd226a2 Mon Sep 17 00:00:00 2001 From: Nico Alba Date: Tue, 5 May 2026 00:09:36 +0000 Subject: [PATCH 3/5] theme version --- packages/docusaurus-theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus-theme/package.json b/packages/docusaurus-theme/package.json index 4136d41..775b62a 100644 --- a/packages/docusaurus-theme/package.json +++ b/packages/docusaurus-theme/package.json @@ -1,6 +1,6 @@ { "name": "@netfoundry/docusaurus-theme", - "version": "0.11.4", + "version": "0.11.6", "description": "NetFoundry Docusaurus theme with shared layout, footer, and styling", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", From 397f829d300e02b1780a1ecf7a3e6791e7a45695 Mon Sep 17 00:00:00 2001 From: Nico Alba Date: Tue, 5 May 2026 00:38:29 +0000 Subject: [PATCH 4/5] revert theme version change --- packages/docusaurus-theme/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus-theme/package.json b/packages/docusaurus-theme/package.json index 775b62a..4136d41 100644 --- a/packages/docusaurus-theme/package.json +++ b/packages/docusaurus-theme/package.json @@ -1,6 +1,6 @@ { "name": "@netfoundry/docusaurus-theme", - "version": "0.11.6", + "version": "0.11.4", "description": "NetFoundry Docusaurus theme with shared layout, footer, and styling", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", From c6b1a0c76c084f989dd0a00a92d83f5dcda25a1f Mon Sep 17 00:00:00 2001 From: Nico Alba Date: Tue, 5 May 2026 19:43:33 +0000 Subject: [PATCH 5/5] revert nf renmame --- packages/docusaurus-theme/src/products.ts | 2 +- unified-doc/src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docusaurus-theme/src/products.ts b/packages/docusaurus-theme/src/products.ts index fe77d76..caa3ace 100644 --- a/packages/docusaurus-theme/src/products.ts +++ b/packages/docusaurus-theme/src/products.ts @@ -35,7 +35,7 @@ const IMG = `${DOCS_BASE}/img`; export const PRODUCTS: Record = { console: { id: 'console', - label: 'NetFoundry', + label: 'NetFoundry Console', path: 'platform/intro', logo: NF_LOGO, description: 'Cloud-managed orchestration and global fabric control.', diff --git a/unified-doc/src/pages/index.tsx b/unified-doc/src/pages/index.tsx index e256b36..375548a 100644 --- a/unified-doc/src/pages/index.tsx +++ b/unified-doc/src/pages/index.tsx @@ -13,7 +13,7 @@ const NF_LOGO = 'https://raw.githubusercontent.com/netfoundry/branding/refs/head const products = [ { id: 'console', - title: 'NetFoundry', + title: 'NetFoundry Console', logo: NF_LOGO, tag: 'SaaS', accent: CYAN,