mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
15 lines
266 B
JSON
15 lines
266 B
JSON
{
|
|
"functions": [
|
|
{
|
|
"pattern": "^/[^l][^o][^g].*$",
|
|
"function": "go-get",
|
|
"name": "go-get for go module"
|
|
},
|
|
{
|
|
"pattern": "^(/zh/docs/|/docs/).*$",
|
|
"function": "redirect",
|
|
"name": "redirect"
|
|
}
|
|
],
|
|
"version": 1
|
|
} |