Update preview site title (3.x) (#1155)

Signed-off-by: Yannick Schaus <github@schaus.net>
pull/1181/head
Yannick Schaus 2020-02-10 19:14:46 +01:00 committed by GitHub
parent 743c522187
commit 0b5f0b24d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const HighlightRules = require('./highlight-rules')
const base = process.env.OH_DOCS_VERSION ? `/v${process.env.OH_DOCS_VERSION}/` : '/'
module.exports = {
title: 'Documentation Preview',
title: 'v3 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',