/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
docs/netlify.toml
138 строк
2 KB
Hugues Tennier
docs: POC for Netlify Content negociation edge function (#9689)
14 апр 2026, 19:15
Не верифицирован
14 апр 2026, 19:15
dcc6fdd
Код
Авторство
О чём код?
[[edge_functions]] path = "/*" function = "content-negotiation" [[redirects]] from = "/redirect/guide/*" to = "/guide/:splat" status = 301 force = true [[redirects]] from = "https://heartex-docs.netlify.app/api/*" to = "https://app.heartex.com/docs/api/:splat" status = 301 force = true [[redirects]] from = "https://docs.humansignal.com/api/*" to = "https://app.heartex.com/docs/api/:splat" status = 301 force = true [[redirects]] from = "/guide/starter_cloud" to = "https://humansignal.com/platform/starter-cloud/manage" status = 301 force = true [[redirects]] from = "/guide/dataset_create" to = "/guide" status = 301 force = true [[redirects]] from = "/guide/dataset_manage" to = "/guide" status = 301 force = true [[redirects]] from = "/guide/dataset_overview" to = "/guide" status = 301 force = true [[redirects]] from = "/guide/dataset_search" to = "/guide" status = 301 force = true [[redirects]] from = "/guide/scripts" to = "/guide/plugins" status = 301 force = true [[redirects]] from = "/guide/script_examples" to = "/plugins" status = 301 force = true [[redirects]] from = "/tags/pdf-beta" to = "/tags/pdf" status = 301 force = true [[redirects]] from = "/" to = "/guide" status = 301 force = true [[redirects]] from = "/*" to = "/404.html" status = 404 [[redirects]] from = "/storage#Amazon-S3" to = "/storage_s3" status = 301 force = true [[redirects]] from = "/storage#Set-up-an-S3-connection-with-IAM-role-access" to = "/storage_s3#Amazon-S3-with-IAM-role" status = 301 force = true [[redirects]] from = "/storage#Google-Cloud-Storage" to = "/storage_gcp" status = 301 force = true [[redirects]] from = "/storage#Google-Cloud-Storage-with-Workload-Identity-Federation-WIF" to = "/storage_gcp#Google-Cloud-Storage-with-Workload-Identity-Federation-WIF" status = 301 force = true [[redirects]] from = "/storage#Microsoft-Azure-Blob-storage" to = "/storage_azure" status = 301 force = true [[redirects]] from = "/storage#Azure-Blob-Storage-with-Service-Principal-authentication" to = "/storage_azure#Azure-blob-storage-with-Service-Principal" status = 301 force = true [[redirects]] from = "/storage#Redis-database" to = "/storage_redis" status = 301 force = true [[redirects]] from = "/storage#Local-storage" to = "/storage_local" status = 301 force = true [[redirects]] from = "/storage#Databricks-Files-UC-Volumes" to = "/storage_databricks" status = 301 force = true [dev] command = "yarn start" targetPort = 4000