Skip to content

Commit

Permalink
add examples to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
niikeec committed Jan 27, 2024
1 parent 8b6490e commit b36cf96
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,51 @@
"children": [
{ "label": "Solid Virtual", "to": "framework/solid/solid-virtual" }
]
},
{
"label": "Examples",
"children": [
{
"to": "framework/solid/examples/fixed",
"label": "Fixed"
},
{
"to": "framework/solid/examples/variable",
"label": "Variable"
},
{
"to": "framework/solid/examples/dynamic",
"label": "Dynamic"
},
{
"to": "framework/solid/examples/sticky",
"label": "Sticky"
},
{
"to": "framework/solid/examples/infinite-scroll",
"label": "Infinite Scroll"
},
{
"to": "framework/solid/examples/smooth-scroll",
"label": "Smooth Scroll"
},
{
"to": "framework/solid/examples/table",
"label": "Table"
},
{
"to": "framework/solid/examples/padding",
"label": "Padding"
},
{
"to": "framework/solid/examples/scroll-padding",
"label": "Scroll Padding"
},
{
"to": "framework/solid/examples/window",
"label": "Window"
}
]
}
]
},
Expand Down

0 comments on commit b36cf96

Please sign in to comment.