Skip to content

Commit c51ae25

Browse files
authored
docs: add docs sample (#924)
1 parent 293da58 commit c51ae25

File tree

6 files changed

+20192
-9
lines changed

6 files changed

+20192
-9
lines changed

docs/docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ module.exports = {
3939
label: "Options",
4040
position: "left"
4141
},
42+
{
43+
to: "Reactive",
44+
label: "Reactive",
45+
position: "left"
46+
},
4247
{
4348
to: "Plugins",
4449
label: "Plugins",
@@ -98,6 +103,10 @@ module.exports = {
98103
{
99104
label: "Options",
100105
to: "Options/"
106+
},
107+
{
108+
label: "Reactive",
109+
to: "Reactive/"
101110
}
102111
]
103112
},

0 commit comments

Comments
 (0)