Skip to content

Commit aa6d1b3

Browse files
committed
docs(toc): add acknowledgement section as in README
1 parent e0faea8 commit aa6d1b3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

apps/docs/src/routes/(main)/docs/(pkg)/toc/+page.svelte

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
1515
export let data: PageData;
1616
</script>
1717

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+
1829
<Installation pkg={data.package.name} />
1930

2031
<section>

0 commit comments

Comments
 (0)