Skip to content

Commit

Permalink
Ib getting started (#14)
Browse files Browse the repository at this point in the history
* Replace directory with Getting Started guide

* Add manifest reference

* Fix broken links
  • Loading branch information
Corb3nik authored Oct 15, 2024
1 parent f98edd9 commit 20b752a
Show file tree
Hide file tree
Showing 17 changed files with 367 additions and 377 deletions.
14 changes: 0 additions & 14 deletions .vitepress/sidebars/concepts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@ export const conceptsSidebar: DefaultTheme.SidebarItem[] = [
{
text: "Essentials",
items: [
{
text: "Plugins",
link: "/concepts/essentials/plugins/",
items: [
{
text: "Frontend",
link: "/concepts/essentials/plugins/frontend",
},
{
text: "Backend",
link: "/concepts/essentials/plugins/backend",
},
],
},
{
text: "Tooling",
link: "/concepts/essentials/tooling",
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/sidebars/guides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const guidesSidebar: DefaultTheme.SidebarItem[] = [
text: "Introduction",
items: [
{
text: "Directory",
text: "Getting Started",
link: "/guides/",
},
],
Expand Down
32 changes: 12 additions & 20 deletions .vitepress/sidebars/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,37 @@ import type { DefaultTheme } from "vitepress";

export const referenceSidebar: DefaultTheme.SidebarItem[] = [
{
text: "Introduction",
text: "Reference",
items: [
{
text: "Directory",
text: "Introduction",
link: "/reference/",
},
],
},
{
text: "Plugins",
text: "SDKs",
items: [
{
text: "Custom CSS",
link: "/reference/plugins/custom_css",
text: "Backend",
link: "/reference/sdks/backend/",
},
{
text: "(WIP) Custom JS",
link: "/reference/plugins/custom_js",
text: "Frontend",
link: "/reference/sdks/frontend/",
},
{
text: "(WIP) Custom Workflow Nodes",
link: "/reference/plugins/custom_workflow_nodes",
text: "Workflow",
link: "/reference/sdks/workflow/",
},
],
},
{
text: "SDKs",
text: "Files",
items: [
{
text: "Backend",
link: "/reference/sdks/backend",
},
{
text: "Frontend",
link: "/reference/sdks/frontend",
},
{
text: "Workflow",
link: "/reference/sdks/workflow",
text: "manifest.json",
link: "/reference/manifest.md",
},
],
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"typescript": "5.6.2",
"typescript-eslint": "8.5.0",
"vitepress": "1.2.2",
"vue": "3.5.12",
"vue-eslint-parser": "9.4.3"
}
}
Loading

0 comments on commit 20b752a

Please sign in to comment.