Skip to content
Merged
83 changes: 38 additions & 45 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,15 @@
"get-started",
"get-started/concepts",
"get-started/manage-accounts",
"get-started/api-keys"
"get-started/api-keys"
]
},
{
"group": "Serverless",
"pages": [
"serverless/overview",
"serverless/quickstart",
"serverless/sdks",
"serverless/pricing",
{
"group": "Create handler functions",
Expand Down Expand Up @@ -401,50 +402,6 @@
}
]
},
{
"tab": "SDK",
"groups": [
{
"group": "Python",
"pages": [
"sdks/python/overview",
"sdks/python/apis",
"sdks/python/endpoints",
{
"group": "Tutorials",
"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",
"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",
"tutorials/sdks/python/102/huggingface-models",
"tutorials/sdks/python/102/stable-diffusion-text-to-image"
]
}
]
},
{
"group": "JavaScript",
"pages": [
"sdks/javascript/overview",
"sdks/javascript/endpoints"
]
},
{
"group": "Go",
"pages": [
"sdks/go/overview",
"sdks/go/endpoints"
]
}
]
},
{
"tab": "CLI",
"groups": [
Expand Down Expand Up @@ -822,6 +779,42 @@
{
"source": "/hub/public-endpoint-reference",
"destination": "/public-endpoints/reference"
},
{
"source": "/sdks/python/overview",
"destination": "/serverless/sdks"
},
{
"source": "/sdks/python/endpoints",
"destination": "/serverless/endpoints/send-requests"
},
{
"source": "/sdks/python/apis",
"destination": "/api-reference/overview"
},
{
"source": "/sdks/javascript/overview",
"destination": "/serverless/sdks"
},
{
"source": "/sdks/javascript/endpoints",
"destination": "/serverless/endpoints/send-requests"
},
{
"source": "/sdks/go/overview",
"destination": "/serverless/sdks"
},
{
"source": "/sdks/go/endpoints",
"destination": "/serverless/endpoints/send-requests"
},
{
"source": "/tutorials/sdks/python/:slug*",
"destination": "/serverless/workers/handler-functions"
},
{
"source": "/get-started/install-sdks",
"destination": "/serverless/sdks"
}
]
}
Loading