Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
au-re committed Mar 3, 2024
1 parent 09a64fd commit 6b4305c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 454 deletions.
28 changes: 8 additions & 20 deletions websites/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ export default defineConfig({
],
sidebar: [
{ text: "Introduction", link: "/" },
// {
// text: "Guides",
// items: [{ text: "Getting Started", link: "/guides/getting-started" }],
// },
{
text: "Guides",
items: [
{ text: "Run your Instructions", link: "/recipes/run" },
{ text: "Preview your Recipe", link: "/recipes/preview" },
{ text: "Deploy your Recipe", link: "/recipes/deploy" },
],
},
{
text: "Concepts",
items: [
Expand All @@ -39,14 +43,6 @@ export default defineConfig({
],
},
{ text: "FAQs", link: "/faq.md" },
{
text: "Guides",
items: [
{ text: "Run your Instructions", link: "/recipes/run" },
{ text: "Preview your Recipe", link: "/recipes/preview" },
{ text: "Deploy your Recipe", link: "/recipes/deploy" },
],
},
{
text: "SDKs",
items: [{ text: "Javascript", link: "/sdk/js" }],
Expand All @@ -58,14 +54,6 @@ export default defineConfig({
{ text: "Run a Workflow", link: "/api/run-flow" },
],
},
{
text: "Packages",
items: [
{ text: "@pufflig/ps-chains", link: "/@pufflig/ps-chains" },
{ text: "@pufflig/ps-nodes", link: "/@pufflig/ps-nodes" },
{ text: "@pufflig/ps-node-configs", link: "/@pufflig/ps-node-configs" },
],
},
{
text: "Changelog",
link: "/changelog",
Expand Down
Loading

0 comments on commit 6b4305c

Please sign in to comment.