Skip to content

Commit

Permalink
feat: autogenerated docs (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: MDzaja <[email protected]>
  • Loading branch information
MDzaja authored Feb 25, 2025
1 parent d4bc6bf commit 05888dc
Show file tree
Hide file tree
Showing 27 changed files with 5,496 additions and 1,614 deletions.
48 changes: 40 additions & 8 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,67 @@ export default defineConfig({
label: 'Configuration',
link: '/configuration',
},
{
label: 'Sandbox Persistence',
link: '/sandbox-persistence',
},
],
},
{
label: 'Sandboxes',
label: 'Python SDK',
items: [
{
label: 'Management',
link: '/sandbox-management',
link: '/python-sdk/daytona',
},
{
label: 'File System',
link: '/python-sdk/file-system',
},
{
label: 'Git Operations',
link: '/python-sdk/git',
},
{
label: 'Language Server Protocol',
link: '/python-sdk/lsp-server',
},
{
label: 'Process & Code Execution',
link: '/python-sdk/process',
},
{
label: 'Sandbox',
link: '/python-sdk/sandbox',
},
],
},
{
label: 'Agent Toolbox',
label: 'TypeScript SDK',
items: [
{
label: 'File System Operations',
link: '/file-system-operations',
label: 'Management',
link: '/typescript-sdk/daytona',
},
{
label: 'File System',
link: '/typescript-sdk/file-system',
},
{
label: 'Git Operations',
link: '/git-operations',
link: '/typescript-sdk/git',
},
{
label: 'Language Server Protocol',
link: '/language-server-protocol',
link: '/typescript-sdk/lsp-server',
},
{
label: 'Process & Code Execution',
link: '/process-code-execution',
link: '/typescript-sdk/process',
},
{
label: 'Sandbox',
link: '/typescript-sdk/sandbox',
},
],
},
Expand Down
Loading

0 comments on commit 05888dc

Please sign in to comment.