From 0b0a11647b1d350145a2ae76da514bbb70ff9a78 Mon Sep 17 00:00:00 2001 From: Marcus Virginia Date: Sun, 12 Nov 2023 22:01:47 -0600 Subject: [PATCH] update svelte docs to include new examples --- docs/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/config.json b/docs/config.json index aa502833..11753e50 100644 --- a/docs/config.json +++ b/docs/config.json @@ -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" } ] }, {