Skip to content

Commit 4c7cdaf

Browse files
committed
docs: create a docs config
1 parent 36a6a6b commit 4c7cdaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+72
-21
lines changed

documentation/docs/01-introduction/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

documentation/docs/02-template-syntax/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

documentation/docs/03-runes/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

documentation/docs/04-runtime/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

documentation/docs/05-misc/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

documentation/docs/98-reference/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

documentation/docs/config.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"sidebar": [
3+
{
4+
"text": "Introduction",
5+
"items": [
6+
{ "file": "introduction/overview.md" },
7+
{ "file": "introduction/getting-started.md" },
8+
{ "file": "introduction/reactivity-fundamentals.md" }
9+
]
10+
},
11+
{
12+
"text": "Template syntax",
13+
"items": [
14+
{ "file": "template-syntax/component-fundamentals.md" },
15+
{ "file": "template-syntax/basic-markup.md" },
16+
{ "file": "template-syntax/control-flow.md" },
17+
{ "file": "template-syntax/snippets.md" },
18+
{ "file": "template-syntax/styles-and-classes.md" },
19+
{ "file": "template-syntax/transitions-and-animations.md" },
20+
{ "file": "template-syntax/actions.md" },
21+
{ "file": "template-syntax/bindings.md" },
22+
{ "file": "template-syntax/special-elements.md" },
23+
{ "file": "template-syntax/data-fetching.md" }
24+
]
25+
},
26+
{
27+
"text": "Runes",
28+
"items": [
29+
{ "file": "runes/state.md" },
30+
{ "file": "runes/side-effects.md" }
31+
]
32+
},
33+
{
34+
"text": "Runtime",
35+
"items": [
36+
{ "file": "runtime/stores.md" },
37+
{ "file": "runtime/context.md" },
38+
{ "file": "runtime/lifecycle-hooks.md" },
39+
{ "file": "runtime/imperative-component-api.md" }
40+
]
41+
},
42+
{
43+
"text": "Misc",
44+
"items": [
45+
{ "file": "misc/debugging.md" },
46+
{ "file": "misc/testing.md" },
47+
{ "file": "misc/typescript.md" },
48+
{ "file": "misc/custom-elements.md" },
49+
{ "file": "misc/reactivity-indepth.md" },
50+
{ "file": "misc/svelte-5-migration-guide.md" },
51+
]
52+
},
53+
{
54+
"text": "Reference",
55+
"items": [
56+
{ "file": "reference/state.md" },
57+
{ "file": "reference/svelte.md" },
58+
{ "file": "reference/svelte-action.md" },
59+
{ "file": "reference/svelte-animate.md" },
60+
{ "file": "reference/svelte-compiler.md" },
61+
{ "file": "reference/svelte-easing.md" },
62+
{ "file": "reference/svelte-events.md" },
63+
{ "file": "reference/svelte-legacy.md" },
64+
{ "file": "reference/svelte-motion.md" },
65+
{ "file": "reference/svelte-reactivity.md" },
66+
{ "file": "reference/svelte-server.md" },
67+
{ "file": "reference/svelte-store.md" },
68+
{ "file": "reference/svelte-transition.md" }
69+
]
70+
}
71+
]
72+
}

documentation/docs/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)