Skip to content

Commit

Permalink
docs: fix sdk index (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: stefanicjuraj <[email protected]>
  • Loading branch information
stefanicjuraj authored Jan 27, 2025
1 parent a935a45 commit 84098fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/content/docs/sdk/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,42 +12,42 @@ import DocumentListItem from "@components/DocumentListItem.astro";
<DocumentListItem
title="Getting Started"
subtitle="Learn about Daytona SDK and how it can help you manage your development environments."
href="/getting-started"
href="/docs/sdk/getting-started"
/>
<DocumentListItem
title="Configuration"
subtitle="Get started with Daytona SDK and learn how to use and configure your development environments."
href="/configuration"
href="/docs/sdk/configuration"
/>
</DocumentList>

<DocumentList title="Workspaces">
<DocumentListItem
title="Management"
subtitle="Learn how to create, manage, and remove workspaces using the Daytona SDK."
href="/workspace-management"
href="/docs/sdk/workspace-management"
/>
</DocumentList>

<DocumentList title="Agent Toolbox">
<DocumentListItem
title="File System Operations"
subtitle="Learn how to manage files and directories in your Workspaces using the Daytona SDK."
href="/file-system-operations"
href="/docs/sdk/file-system-operations"
/>
<DocumentListItem
title="Git Operations"
subtitle="Learn how to manage Git repositories in your Workspaces using the Daytona SDK."
href="/git-operations"
href="/docs/sdk/git-operations"
/>
<DocumentListItem
title="Process & Code Execution"
subtitle="Learn about running commands and code in isolated environments using the Daytona SDK."
href="/process-code-execution"
href="/docs/sdk/process-code-execution"
/>
<DocumentListItem
title="Language Server Protocol"
subtitle="Learn how to use Language Server Protocol (LSP) support in your Workspaces using the Daytona SDK."
href="/language-server-protocol"
href="/docs/sdk/language-server-protocol"
/>
</DocumentList>

0 comments on commit 84098fa

Please sign in to comment.