Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 5e3e826

Browse files
Added usage files
1 parent 35fcbd8 commit 5e3e826

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

docs/usage/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# SOON

docs/usage/selfhost.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# SOON

sidebars.ts

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ const sidebars: SidebarsConfig = {
2525
label: 'Introduction',
2626
className: "style_album"
2727
},
28-
{
29-
type: 'doc',
30-
id: 'usage',
31-
label: 'Usage',
32-
className: "style_usage"
33-
},
3428
{
3529
type: 'doc',
3630
id: 'troubleshooting',
@@ -43,6 +37,18 @@ const sidebars: SidebarsConfig = {
4337
label: "Placeholders",
4438
className: "style_replace"
4539
},
40+
{
41+
type: 'category',
42+
id: 'usage',
43+
label: 'Usage',
44+
items: [
45+
{
46+
type: "autogenerated",
47+
dirName: 'usage',
48+
}
49+
],
50+
className: "style_usage"
51+
},
4652
{
4753
type: 'category',
4854
label: 'Features',

0 commit comments

Comments
 (0)