Skip to content

Commit

Permalink
Docs: Rearrange docs
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Jellick <[email protected]>
  • Loading branch information
cjellick committed Nov 26, 2024
1 parent 000d526 commit 73e6122
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/docs/02-concepts/03-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Tools define an agent's capabilities and determine how it interacts with the wor

The **Tools** page displays all built-in tools available in Otto8, along with any custom tools you've added. The built-in tools are open source and can be accessed [here](https://github.com/otto8-ai/tools).

For instructions on creating your own tools, refer to our [Tool Authoring Guide](/guides/first-tool).
For instructions on creating your own tools, refer to our [Tool Authoring Guide](/tools/first-tool).
2 changes: 1 addition & 1 deletion docs/docs/02-concepts/05-oauth-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If an Otto8 tool needs to talk to an external service and wants to use Oauth to
Because configuring an OAuth integration can be complicated, Otto8's built-in Oauth Apps are pre-configured to use a public gateway and ran by Acorn Labs. We've configured a corresponding OAuth application in each service provider (ie, GitHub, Google, and Microsoft) so that you can start using the tools without any additional configuration. Any of these integrations can be overridden to use your own custom integration. Each service provider is different, but you just need to follow the in-app instructions to configure them properly.

### Custom OAuth Apps
You can configure a custom OAuth app to integrate with any service provider that supports OAuth. You can then use this when authoring your own custom tools that call that service. For more details, see our [Tool Authoring Guide](/guides/integrating-oauth).
You can configure a custom OAuth app to integrate with any service provider that supports OAuth. You can then use this when authoring your own custom tools that call that service. For more details, see our [Tool Authoring Guide](/tools/integrating-oauth).

When configuring a custom OAuth App, you'll first be asked to provide the following values:
- **Name** - This is just the friendly name you'll use to identify your app
Expand Down
3 changes: 0 additions & 3 deletions docs/docs/03-guides/_category_.json

This file was deleted.

File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/docs/03-tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"label": "Custom Tools"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tutorial: Create a GitHub Agent
# Create a Personal GitHub Task Agent

This is a short tutorial demonstrating how to create an Otto8 agent that interacts with GitHub.
This is a short tutorial demonstrating how to create an Otto8 agent that interacts with GitHub. The agent will help you keep track of the work assigned to you in GitHub.

:::note
As you configure the agent, changes will be saved and applied automatically.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tutorial: Create a Knowledge Agent
# Create an HR Q&A Agent

Otto8 makes it easy to create an agent to answer questions about a set of documents, using its built-in RAG feature.
This tutorial will demonstrate how to do this.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Webhook Workflows - PagerDuty Example
# Create a Kubernetes Troubleshooting Workflow

## Overview

Expand Down
3 changes: 3 additions & 0 deletions docs/docs/04-tutorials/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"label": "Tutorials"
}
File renamed without changes.
File renamed without changes.

0 comments on commit 73e6122

Please sign in to comment.