We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6ecbf commit a8ab7d3Copy full SHA for a8ab7d3
‎packages/docs/src/lib/components/SiteNav.svelte‎
@@ -1,8 +1,8 @@
1
<script lang="ts">
2
import { MediaQuery } from "svelte/reactivity";
3
4
- import { getNavigationItems } from "$lib/utils/getNavigationItems";
5
import { navStyles } from "$lib/utils/classConst";
+ import { getNavigationItems } from "$lib/utils/getNavigationItems";
6
7
const medium = new MediaQuery("min-width: 768px");
8
‎packages/docs/src/lib/components/TableOfContents.svelte‎
@@ -1,6 +1,7 @@
- import { navStyles } from "$lib/utils/classConst";
import type { MarkdocModule } from "markdoc-svelte";
+
+ import { navStyles } from "$lib/utils/classConst";
const { headings }: MarkdocModule = $props();
// Include only headings up to h3
0 commit comments