1 Star 0 Fork 0

刘文杰_/kubernetes-ingress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
netlify.toml 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
[build]
base = "docs/"
publish = "public"
command = "hugo --gc -b $DEPLOY_PRIME_URL/nginx-ingress-controller"
[context.development]
command = "make all-dev"
[context.staging]
command = "make all-staging"
[context.production]
command = "make all"
[context.deploy-preview]
command = "make deploy-preview"
[context.branch-deploy]
command = "make deploy-preview"
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "https://docs.nginx.com"
[[redirects]]
from = "/"
to = "/nginx-ingress-controller/"
status = 301
force = true
[[redirects]]
from = "/nginx-ingress-controller/robots.txt"
to = "https://docs.nginx.com/robots.txt"
status = 301
force = true
[[redirects]]
from = "/nginx-ingress-controller/*"
to = "/nginx-ingress-controller/404.html"
status = 404
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ganlanshugod/kubernetes-ingress.git
git@gitee.com:ganlanshugod/kubernetes-ingress.git
ganlanshugod
kubernetes-ingress
kubernetes-ingress
main

搜索帮助