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 e0faea8 commit aa6d1b3Copy full SHA for aa6d1b3
1 file changed
apps/docs/src/routes/(main)/docs/(pkg)/toc/+page.svelte
@@ -15,6 +15,17 @@
15
export let data: PageData;
16
</script>
17
18
+<section>
19
+ <h2>Acknowledgement</h2>
20
+ <p>
21
+ This package rely on
22
+ <ResourceLink key="svelte action" /> strategy and attempts to stay minimal. If you are looking for
23
+ a declarative, component-oriented solution, check out
24
+ <ResourceLink href="https://github.com/janosh">Janosh</ResourceLink>'s
25
+ <ResourceLink href="https://github.com/janosh/svelte-toc">svelte-toc</ResourceLink>.
26
+ </p>
27
+</section>
28
+
29
<Installation pkg={data.package.name} />
30
31
<section>
0 commit comments