Skip to content

Instantly share code, notes, and snippets.

View lorenzolewis's full-sized avatar
🏠
Working from home

Lorenzo Lewis lorenzolewis

🏠
Working from home
View GitHub Profile
This file has been truncated, but you can view the full file.
diff --git a/src/content/docs/references/javascript/api/Namespace.app.md b/src/content/docs/references/javascript/api/Namespace.app.md
index fe0906ce..fe304476 100644
--- a/src/content/docs/references/javascript/api/Namespace.app.md
+++ b/src/content/docs/references/javascript/api/Namespace.app.md
@@ -7,20 +7,14 @@ sidebar:
## Functions
-<a id="getname" name="getname"></a>
-
@lorenzolewis
lorenzolewis / StarlightMultiSidebar.astro
Last active May 8, 2024 20:21
Use the built-in Starlight sidebar config to create a multi-sidebar layout
---
import type { Props } from "@astrojs/starlight/props";
import Default from "@astrojs/starlight/components/Sidebar.astro";
import { AstroError } from "astro/errors";
// Styles and CSS logic derived from https://daisyui.com/components/collapse/
// This Sidebar override uses the top-level items from the Starlight sidebar config to create sidebars.
// Go through each top-level sidebar item from the Astro config to...