Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 73 additions & 84 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,31 +181,15 @@
]
},
{
"group": "Integrations",
"pages": [
"integrations/dstack",
"integrations/mods",
"integrations/skypilot"
]
},
{
"group": "Hosting",
"pages": [
"hosting/overview",
"hosting/burn-testing",
"hosting/maintenance-and-reliability",
"hosting/partner-requirements"
]
},
{
"group": "References",
"group": "Reference",
"pages": [
"references/faq",
"references/glossary",
"references/billing-information",
"references/referrals",
"references/gpu-types",
"references/cpu-types",
"references/graphql-spec",
{
"group": "Troubleshooting",
"pages": [
Expand All @@ -215,34 +199,56 @@
"references/troubleshooting/troubleshooting-502-errors",
"references/troubleshooting/token-authentication-enabled",
"references/faq/manage-cards"

]
},
"references/video-resources",
"references/graphql-spec"
]
}
]
},

{
"tab": "Tutorials",
"groups": [
{
"group": "Get started",
"pages": [
"tutorials/introduction/overview",
{
"group": "Integrations",
"pages": [
"integrations/dstack",
"integrations/mods",
"integrations/skypilot"
]
},
{
"group": "Migrations",
"pages": [
"tutorials/migrations/cog/overview",
"tutorials/migrations/openai/overview"
]
},
{
"group": "Intro to containers",
"pages": [
"tutorials/introduction/containers/overview",
"tutorials/introduction/containers",
"tutorials/introduction/containers/intro-to-docker",
"tutorials/introduction/containers/build-custom-images",
"tutorials/introduction/containers/create-dockerfiles",
"tutorials/introduction/containers/persist-data",
"tutorials/introduction/containers/docker-commands"
]
},
{
"group": "Hosting",
"pages": [
"hosting/overview",
"hosting/burn-testing",
"hosting/maintenance-and-reliability",
"hosting/partner-requirements"
]
}
]
}
]
},

{
"tab": "Examples",
"groups": [
{
"group": "Introduction",
"pages": [
"tutorials/introduction/overview"
]
},
{
"group": "Serverless",
Expand All @@ -264,55 +270,6 @@
"tutorials/pods/build-docker-images",
"tutorials/pods/fine-tune-llm-axolotl"
]
},
{
"group": "Python SDK",
"pages": [
{
"group": "Get started",
"pages": [
"tutorials/sdks/python/get-started/introduction",
"tutorials/sdks/python/get-started/prerequisites",
"tutorials/sdks/python/get-started/hello-world",
"tutorials/sdks/python/get-started/running-locally"
]
},
{
"group": "Serverless handler",
"pages": [
"tutorials/sdks/python/101/hello",
"tutorials/sdks/python/101/local-server-testing",
"tutorials/sdks/python/101/generator",
"tutorials/sdks/python/101/async",
"tutorials/sdks/python/101/error",
"tutorials/sdks/python/101/aggregate"
]
},
{
"group": "Handler examples",
"pages": [
"tutorials/sdks/python/102/huggingface-models",
"tutorials/sdks/python/102/stable-diffusion-text-to-image"
]
}
]
},
{
"group": "Migrations",
"pages": [
{
"group": "Cog",
"pages": [
"tutorials/migrations/cog/overview"
]
},
{
"group": "OpenAI",
"pages": [
"tutorials/migrations/openai/overview"
]
}
]
}
]
},
Expand Down Expand Up @@ -350,7 +307,39 @@
"pages": [
"sdks/python/overview",
"sdks/python/apis",
"sdks/python/endpoints"
"sdks/python/endpoints",
{
"group": "Tutorials",
"pages": [
{
"group": "Get started",
"pages": [
"tutorials/sdks/python/get-started/introduction",
"tutorials/sdks/python/get-started/prerequisites",
"tutorials/sdks/python/get-started/hello-world",
"tutorials/sdks/python/get-started/running-locally"
]
},
{
"group": "Serverless handler",
"pages": [
"tutorials/sdks/python/101/hello",
"tutorials/sdks/python/101/local-server-testing",
"tutorials/sdks/python/101/generator",
"tutorials/sdks/python/101/async",
"tutorials/sdks/python/101/error",
"tutorials/sdks/python/101/aggregate"
]
},
{
"group": "Handler examples",
"pages": [
"tutorials/sdks/python/102/huggingface-models",
"tutorials/sdks/python/102/stable-diffusion-text-to-image"
]
}
]
}
]
},
{
Expand Down
110 changes: 0 additions & 110 deletions tutorials/introduction/containers.mdx

This file was deleted.

Loading