Skip to content

Commit

Permalink
update svelte docs to include new examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusVirg committed Nov 13, 2023
1 parent f2f015d commit 0b0a116
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
"children": [
{ "to": "examples/svelte/fixed", "label": "Fixed" },
{ "to": "examples/svelte/variable", "label": "Variable" },
{ "to": "examples/svelte/dynamic", "label": "Dynamic" }
{ "to": "examples/svelte/dynamic", "label": "Dynamic" },
{ "to": "examples/svelte/sticky", "label": "Sticky" },
{ "to": "examples/svelte/infinite-scroll", "label": "Infinite Scroll" },
{ "to": "examples/svelte/smooth-scroll", "label": "Smooth Scroll" },
{ "to": "examples/svelte/table", "label": "Table" }
]
},
{
Expand Down

0 comments on commit 0b0a116

Please sign in to comment.