Refactor playground page and init docs
This commit is contained in:
@@ -19,11 +19,28 @@ const sidebars = {
|
||||
// But you can create a sidebar manually
|
||||
tutorialSidebar: [
|
||||
"intro",
|
||||
{
|
||||
type: "category",
|
||||
label: "Getting Started",
|
||||
items: [
|
||||
"getting-started/installation",
|
||||
"getting-started/configuration",
|
||||
"getting-started/multi-thread",
|
||||
"getting-started/lib-versions",
|
||||
],
|
||||
},
|
||||
"migration",
|
||||
"faq",
|
||||
{
|
||||
type: "category",
|
||||
label: "API",
|
||||
items: ["api/classes/FFmpeg"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Contribution",
|
||||
items: ["contribution/core", "contribution/ffmpeg", "contribution/util"],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user