diff --git a/docs/config.toml b/docs/config.toml index 4b4020b4f..4e06578ca 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -1,7 +1,7 @@ theme = "docdock" baseurl = "https://cli.codefresh.io" title = "Codefresh CLI Documentation" -publishDir = "../public/cli" +publishDir = "../public" languageCode = "en-us" DefaultContentLanguage = "en" diff --git a/package.json b/package.json index a2d2b5751..2e4fd8c4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.8.34", + "version": "0.8.35", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,