From 24c45e5303ba8e6df50c00589c5a4f3290c29034 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 18 Jan 2024 07:59:09 -0600 Subject: [PATCH] [DOCS] Title update --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 7a6ab44..ee5ab02 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -2,6 +2,7 @@ const commonConfig = require('./public/commonConfig'); module.exports = { ...commonConfig, + title: 'Theengs BLE App: Vendor agnostic sensor reader', themeConfig: { repo: 'theengs/app', ...commonConfig.themeConfig,