From ba511abf3c5eed23f4aef0fde0a3e6e0e8f3f41f Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 6 Jan 2025 17:31:36 +0800 Subject: Updated docs. --- doc/docs/.vuepress/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/docs/.vuepress/config.js') diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index 70ea66a..1fe44ce 100755 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js @@ -4,7 +4,7 @@ module.exports = { /** * Ref:https://v1.vuepress.vuejs.org/config/#title */ - title: 'Yuescript', + title: 'YueScript', /** * Ref:https://v1.vuepress.vuejs.org/config/#description */ @@ -19,7 +19,7 @@ module.exports = { ['meta', { name: 'theme-color', content: '#3eaf7c' }], ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], - ['meta', { property: 'og:title', content: 'Yuescript' }], + ['meta', { property: 'og:title', content: 'YueScript' }], ['meta', { property: 'og:description', content: description }], // Should probably have a og:url but I'm not sure how to add that without it being the same on all pages ['meta', { property: 'og:type', content: 'website' }], @@ -49,7 +49,7 @@ module.exports = { locales: { '/': { lang: 'en-US', - title: 'Yuescript', + title: 'YueScript', description: 'A language that compiles to Lua' }, -- cgit v1.2.3-55-g6feb