diff --git a/docs/config.json b/docs/config.json index e65ba6ad..50ba4cd0 100644 --- a/docs/config.json +++ b/docs/config.json @@ -9,8 +9,14 @@ { "label": "Getting Started", "children": [ - { "label": "Introduction", "to": "introduction" }, - { "label": "Installation", "to": "installation" } + { + "label": "Introduction", + "to": "introduction" + }, + { + "label": "Installation", + "to": "installation" + } ], "frameworks": [ { @@ -34,7 +40,10 @@ { "label": "solid", "children": [ - { "label": "Solid Virtual", "to": "framework/solid/solid-virtual" } + { + "label": "Solid Virtual", + "to": "framework/solid/solid-virtual" + } ] }, { @@ -54,14 +63,29 @@ "to": "framework/vue/vue-virtual" } ] + }, + { + "label": "marko", + "children": [ + { + "label": "Marko Virtual", + "to": "framework/marko/marko-virtual" + } + ] } ] }, { "label": "Core APIs", "children": [ - { "label": "Virtualizer", "to": "api/virtualizer" }, - { "label": "VirtualItem", "to": "api/virtual-item" } + { + "label": "Virtualizer", + "to": "api/virtualizer" + }, + { + "label": "VirtualItem", + "to": "api/virtual-item" + } ] }, { @@ -236,8 +260,41 @@ "label": "Dynamic" } ] + }, + { + "label": "marko", + "children": [ + { + "to": "framework/marko/examples/fixed", + "label": "Fixed" + }, + { + "to": "framework/marko/examples/variable", + "label": "Variable" + }, + { + "to": "framework/marko/examples/dynamic", + "label": "Dynamic" + }, + { + "to": "framework/marko/examples/grid", + "label": "Grid" + }, + { + "to": "framework/marko/examples/infinite-scroll", + "label": "Infinite Scroll" + }, + { + "to": "framework/marko/examples/smooth-scroll", + "label": "Smooth Scroll" + }, + { + "to": "framework/marko/examples/window", + "label": "Window" + } + ] } ] } ] -} +} \ No newline at end of file diff --git a/docs/framework/marko/examples/dynamic.md b/docs/framework/marko/examples/dynamic.md new file mode 100644 index 00000000..055a27c3 --- /dev/null +++ b/docs/framework/marko/examples/dynamic.md @@ -0,0 +1,12 @@ +--- +title: Marko Dynamic Example +--- + +## Example + +