diff --git a/packages/docs/docs.json b/packages/docs/docs.json index 2fd1e36a7..056b44d26 100644 --- a/packages/docs/docs.json +++ b/packages/docs/docs.json @@ -19,17 +19,29 @@ "pages": [ "get-started", { - "group": "Tutorials", + "group": "Cloud", "pages": [ - "sharing-ow-setup", - "how-to-connect-a-custom-provider", + "introduction", + "team-provisioning" + ] + }, + { + "group": "Desktop App", + "pages": [ + "enable-advanced-search-with-exa", + "how-to-connect-chat-gpt", "how-to-connect-mcps", - "how-to-setup-automations", - "accessing-ow-from-slack", - "importing-a-skill", "computer-use", - "how-to-connect-chat-gpt", - "enable-advanced-search-with-exa" + "sharing-ow-setup", + "accessing-ow-from-slack", + "automating-tasks" + ] + }, + { + "group": "Tutorials", + "pages": [ + "how-to-connect-a-custom-provider", + "importing-a-skill" ] }, { diff --git a/packages/docs/how-to-automate-your.mdx b/packages/docs/how-to-automate-your.mdx deleted file mode 100644 index cccd67eff..000000000 --- a/packages/docs/how-to-automate-your.mdx +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: 'How to automate your' ---- - diff --git a/packages/docs/how-to-setup-automations.mdx b/packages/docs/how-to-setup-automations.mdx deleted file mode 100644 index 852e1d370..000000000 --- a/packages/docs/how-to-setup-automations.mdx +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: "Scheduled Automations" -description: "How to setup an a scheduled AI automation within Openwork" ---- - -- Inside your workspace, click in `Settings` \> `Automations` \> `+ New Automation` - - - ![Clean Shot 2026 03 25 At 12 03 06@2x](/images/CleanShot2026-03-25at12.03.06@2x.png) - - Example Automation for updating the docs on a daily basis. - - -You can then choose the schedule (which days should it run and at what time) or the `Interval` , set to a specific number of hours. - - - ![Clean Shot 2026 03 25 At 12 11 56@2x](/images/CleanShot2026-03-25at12.11.56@2x.png) - - This will take you to a chat interface to launch the automation. - - -After you do this, if you go back to your automation page, the automation should be listed (you can click `Refresh` if it hasn't updated yet). From there, it will run regularly: - - - ![Clean Shot 2026 03 25 At 12 23 47@2x](/images/CleanShot2026-03-25at12.23.47@2x.png) - - -Happy automating 🫡 \ No newline at end of file