diff options
author | Li Jin <dragon-fly@qq.com> | 2025-01-06 17:31:36 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-01-06 17:31:36 +0800 |
commit | ba511abf3c5eed23f4aef0fde0a3e6e0e8f3f41f (patch) | |
tree | fa60531f63080c647431e6d5e0351b2bac36f024 /doc/docs/.vuepress/config.js | |
parent | e17183887d53f3ef8a39d14bcb6e55add8ca105b (diff) | |
download | yuescript-ba511abf3c5eed23f4aef0fde0a3e6e0e8f3f41f.tar.gz yuescript-ba511abf3c5eed23f4aef0fde0a3e6e0e8f3f41f.tar.bz2 yuescript-ba511abf3c5eed23f4aef0fde0a3e6e0e8f3f41f.zip |
Updated docs.
Diffstat (limited to 'doc/docs/.vuepress/config.js')
-rwxr-xr-x | doc/docs/.vuepress/config.js | 6 |
1 files changed, 3 insertions, 3 deletions
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 = { | |||
4 | /** | 4 | /** |
5 | * Ref:https://v1.vuepress.vuejs.org/config/#title | 5 | * Ref:https://v1.vuepress.vuejs.org/config/#title |
6 | */ | 6 | */ |
7 | title: 'Yuescript', | 7 | title: 'YueScript', |
8 | /** | 8 | /** |
9 | * Ref:https://v1.vuepress.vuejs.org/config/#description | 9 | * Ref:https://v1.vuepress.vuejs.org/config/#description |
10 | */ | 10 | */ |
@@ -19,7 +19,7 @@ module.exports = { | |||
19 | ['meta', { name: 'theme-color', content: '#3eaf7c' }], | 19 | ['meta', { name: 'theme-color', content: '#3eaf7c' }], |
20 | ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], | 20 | ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], |
21 | ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], | 21 | ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], |
22 | ['meta', { property: 'og:title', content: 'Yuescript' }], | 22 | ['meta', { property: 'og:title', content: 'YueScript' }], |
23 | ['meta', { property: 'og:description', content: description }], | 23 | ['meta', { property: 'og:description', content: description }], |
24 | // Should probably have a og:url but I'm not sure how to add that without it being the same on all pages | 24 | // Should probably have a og:url but I'm not sure how to add that without it being the same on all pages |
25 | ['meta', { property: 'og:type', content: 'website' }], | 25 | ['meta', { property: 'og:type', content: 'website' }], |
@@ -49,7 +49,7 @@ module.exports = { | |||
49 | locales: { | 49 | locales: { |
50 | '/': { | 50 | '/': { |
51 | lang: 'en-US', | 51 | lang: 'en-US', |
52 | title: 'Yuescript', | 52 | title: 'YueScript', |
53 | description: 'A language that compiles to Lua' | 53 | description: 'A language that compiles to Lua' |
54 | }, | 54 | }, |
55 | 55 | ||