diff --git a/docs/index.md b/docs/index.md index 9a7ce774..33b8aff0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -234,5 +234,6 @@ reference/support-matrix :caption: Resources :hidden: +Playbooks resources/license ``` diff --git a/docs/resources/playbooks/index.md b/docs/resources/playbooks/index.md new file mode 100644 index 00000000..01018f6a --- /dev/null +++ b/docs/resources/playbooks/index.md @@ -0,0 +1,22 @@ +# Playbooks + +Playbooks are a collection of instructions that describe a task that can be performed in the sandbox. + +::::{grid} 1 1 2 2 +:gutter: 3 + +:::{grid-item-card} OpenShell with OpenClaw on Various Operating Systems +:link: openclaw/index +:link-type: doc + +Set up OpenShell with OpenClaw on various operating systems, such as Windows, macOS, Linux, Spark, and Jetson. ++++ +{bdg-secondary}`Playbook` +::: +:::: + +```{toctree} +:hidden: + +openclaw/index +``` diff --git a/docs/resources/playbooks/openclaw/index.md b/docs/resources/playbooks/openclaw/index.md new file mode 100644 index 00000000..55c81f63 --- /dev/null +++ b/docs/resources/playbooks/openclaw/index.md @@ -0,0 +1,89 @@ +--- +title: + page: Build-a-Claw Playbooks + nav: Playbooks +description: Playbooks for setting up OpenShell with OpenClaw on Windows, macOS, Linux, Spark, and Jetson. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Setup +content: + type: index +--- + + + +# OpenShell with OpenClaw + +Each playbook walks through setting up OpenShell with OpenClaw on a specific platform. + +::::{grid} 1 1 2 2 +:gutter: 3 + +:::{grid-item-card} Windows +:link: windows +:link-type: doc + +Set up OpenShell with OpenClaw on Windows. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} macOS +:link: macos +:link-type: doc + +Set up OpenShell with OpenClaw on macOS. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} Linux +:link: linux +:link-type: doc + +Set up OpenShell with OpenClaw on Linux. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} Spark +:link: spark +:link-type: doc + +Set up OpenShell with OpenClaw on Spark. + ++++ +{bdg-secondary}`Playbook` +::: + +:::{grid-item-card} Jetson +:link: jetson +:link-type: doc + +Set up OpenShell with OpenClaw on NVIDIA Jetson. + ++++ +{bdg-secondary}`Playbook` +::: + +:::: + +```{toctree} +:hidden: + +Windows +macOS +Linux +Spark +Jetson +``` diff --git a/docs/resources/playbooks/openclaw/jetson.md b/docs/resources/playbooks/openclaw/jetson.md new file mode 100644 index 00000000..f2419504 --- /dev/null +++ b/docs/resources/playbooks/openclaw/jetson.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Jetson + nav: Jetson +description: Set up OpenShell with OpenClaw on NVIDIA Jetson. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Jetson +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Jetson + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- Related page diff --git a/docs/resources/playbooks/openclaw/linux.md b/docs/resources/playbooks/openclaw/linux.md new file mode 100644 index 00000000..f37027da --- /dev/null +++ b/docs/resources/playbooks/openclaw/linux.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Linux + nav: Linux +description: Set up OpenShell with OpenClaw on Linux. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Linux +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Linux + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- Related page diff --git a/docs/resources/playbooks/openclaw/macos.md b/docs/resources/playbooks/openclaw/macos.md new file mode 100644 index 00000000..99e30d70 --- /dev/null +++ b/docs/resources/playbooks/openclaw/macos.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on macOS + nav: macOS +description: Set up OpenShell with OpenClaw on macOS. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- macOS +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on macOS + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- Related page diff --git a/docs/resources/playbooks/openclaw/spark.md b/docs/resources/playbooks/openclaw/spark.md new file mode 100644 index 00000000..24f94280 --- /dev/null +++ b/docs/resources/playbooks/openclaw/spark.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Spark + nav: Spark +description: Set up OpenShell with OpenClaw on Spark. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Spark +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Spark + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- Related page diff --git a/docs/resources/playbooks/openclaw/windows.md b/docs/resources/playbooks/openclaw/windows.md new file mode 100644 index 00000000..46c5f5d4 --- /dev/null +++ b/docs/resources/playbooks/openclaw/windows.md @@ -0,0 +1,56 @@ +--- +title: + page: OpenShell with OpenClaw on Windows + nav: Windows +description: Set up OpenShell with OpenClaw on Windows. +topics: +- Generative AI +- Cybersecurity +tags: +- Playbook +- OpenClaw +- Windows +content: + type: tutorial + difficulty: technical_intermediate + audience: + - engineer +--- + + + +# OpenShell with OpenClaw on Windows + +Introduction. + +## Prerequisites + +- Prerequisite 1 +- Prerequisite 2 + +## Step 1 + +Instructions. + +## Step 2 + +Instructions. + +## Step 3 + +Instructions. + +## Verify the Setup + +Verification steps. + +## Troubleshooting + +Common issues and fixes. + +## Next Steps + +- Related page