From 68f5c0bbf1847ab5bf04b89f161116f4ce9b4c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Wed, 24 May 2023 19:34:08 +0200 Subject: [PATCH] =?UTF-8?q?.vuepress/config.js:=20Change=20v3=20=E2=86=92?= =?UTF-8?q?=20v4=20Documentation=20Preview?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/openhab/openhab-docs/pull/2084 --- .vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 29ea64db0c..a46987f4f3 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -10,7 +10,7 @@ const HighlightRules = require('./highlight-rules') const base = process.env.OH_DOCS_VERSION ? `/v${process.env.OH_DOCS_VERSION}/` : '/' module.exports = { - title: 'v3 Documentation Preview', + title: 'v4 Documentation Preview', description: 'This is a preview of the main parts of the documentation, found in the openhab/openhab-docs repository', dest: 'vuepress', host: 'localhost',