Skip to content

Commit

Permalink
Pulish v2023.11.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 2, 2023
1 parent ed994ce commit 60d61bb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ params:
domain_pharmer: https://pharmer-v1-hugo.web.app
domain_kubeci: https://kubeci-v1-hugo.web.app
domain_kubeshield: https://kubeshield-v1-hugo.web.app
domain_bytebuilders: https://appscode.com
domain_marketplace: https://marketplace.appscode.com
domain_bytebuilders: https://byte.builders
domain_marketplace: https://marketplace.byte.builders
search_api_key: 8fd610038d901dd16a111e6f1568343bb969b084a1952dafdcb1545fd8c35e96
blog_url: https://blog.appscode.com
blog_url: https://blog.byte.builders
slack_url: https://slack.appscode.com
github_url: https://github.com/appscode
twitter_url: https://twitter.com/AppsCodeHQ
Expand Down
6 changes: 3 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ params:
domain_pharmer: https://pharmer.dev
domain_kubeci: https://kube.ci
domain_kubeshield: https://kubeshield.com
domain_bytebuilders: https://appscode.com
domain_marketplace: https://marketplace.appscode.com
domain_bytebuilders: https://byte.builders
domain_marketplace: https://marketplace.byte.builders
search_api_key: 8fd610038d901dd16a111e6f1568343bb969b084a1952dafdcb1545fd8c35e96
blog_url: https://blog.appscode.com
blog_url: https://blog.byte.builders
slack_url: https://slack.appscode.com
github_url: https://github.com/appscode
twitter_url: https://twitter.com/AppsCodeHQ
Expand Down
2 changes: 1 addition & 1 deletion data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"kubedb",
"stash",
"kubevault",
"voyager"
"kubeform"
],
"mainMenu": {
"c0": [
Expand Down
3 changes: 2 additions & 1 deletion data/products/kubedb.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
{
"version": "v2023.11.2",
"hostDocs": true,
"show": true,
"info": {
"autoscaler": "v0.22.0",
"cli": "v0.37.0",
Expand Down Expand Up @@ -819,7 +820,7 @@
"hostDocs": false
}
],
"latestVersion": "v2023.10.9",
"latestVersion": "v2023.11.2",
"socialLinks": {
"facebook": "https://facebook.com/appscode",
"github": "https://github.com/kubedb",
Expand Down
6 changes: 3 additions & 3 deletions firebase.bk.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"redirects": [
{
"source": "/docs/latest/",
"destination": "/docs/v2023.10.9/",
"destination": "/docs/v2023.11.2/",
"type": 302
},
{
"source": "/docs/latest/:rest*",
"destination": "/docs/v2023.10.9/:rest",
"destination": "/docs/v2023.11.2/:rest",
"type": 302
},
{
"source": "/docs",
"destination": "/docs/v2023.10.9/",
"destination": "/docs/v2023.11.2/",
"type": 302
},
{
Expand Down

0 comments on commit 60d61bb

Please sign in to comment.