mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
chore: regenerate docs-json after merging dev
Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
This commit is contained in:
parent
1bc3e0d884
commit
991a8ab874
@ -245,9 +245,7 @@ const docsJson = {
|
||||
}
|
||||
},
|
||||
"seo": {
|
||||
"metatags": {
|
||||
"robots": "noindex"
|
||||
}
|
||||
"indexing": "all"
|
||||
},
|
||||
"settings": {
|
||||
"customScripts": [
|
||||
@ -255,7 +253,12 @@ const docsJson = {
|
||||
"/code-language-labels.js"
|
||||
]
|
||||
},
|
||||
"redirects": []
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/guides/going-further/backend-integration",
|
||||
"destination": "/guides/going-further/local-vs-cloud-dashboard"
|
||||
}
|
||||
]
|
||||
} as const;
|
||||
|
||||
export default docsJson;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user