From 13947ab2cf72df6938260803a2f72cd528379d9a Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Wed, 5 Aug 2026 23:23:23 -0700 Subject: [PATCH] docs: self-hosting page no longer claims a bundled Highlight.js highlight.js was removed in #1218; the portal bundles Shiki via the diff renderer. Caught by the v0.26.2 dependency audit. --- apps/marketing/src/content/docs/guides/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/marketing/src/content/docs/guides/self-hosting.md b/apps/marketing/src/content/docs/guides/self-hosting.md index f4676dfed..2ee96f07a 100644 --- a/apps/marketing/src/content/docs/guides/self-hosting.md +++ b/apps/marketing/src/content/docs/guides/self-hosting.md @@ -35,7 +35,7 @@ See [Installation](/docs/getting-started/installation/) for hook setup instructi ## 2. Deploy the Share Portal -The share portal is a static single-page application with no application database. It loads shared hash content in the browser, fetches ciphertext for short URLs, and performs Plannotator's GitHub release check every time the app loads. There is currently no setting to disable that check. The built portal bundles its default Inter and Geist Mono fonts plus its Highlight.js library and theme, so those defaults do not require Google Fonts or cdnjs. Rendered documents can still load remote assets that they reference. +The share portal is a static single-page application with no application database. It loads shared hash content in the browser, fetches ciphertext for short URLs, and performs Plannotator's GitHub release check every time the app loads. There is currently no setting to disable that check. The built portal bundles its default Inter and Geist Mono fonts plus its syntax highlighter (Shiki, via the diff renderer) and themes, so those defaults do not require Google Fonts or any CDN. Rendered documents can still load remote assets that they reference. ### Build