Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Jan 6, 2025
1 parent e171838 commit ba511ab
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 76 deletions.
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Yuescript
# YueScript

> Yuescript Documentation
> YueScript Documentation
## Development

Expand Down
2 changes: 1 addition & 1 deletion doc/docs/.vuepress/components/YueCompiler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div style="width: 100%; height: auto;">
<div class="parent" style="background-color: #f5f7ff;">
<div class="childL" style="height: 2.5em;">
<div class="childTitle">Yuescript {{ info }}</div>
<div class="childTitle">YueScript {{ info }}</div>
</div>
<div class="childR" style="height: 2.5em;">
<div class="childTitle">Lua</div>
Expand Down
6 changes: 3 additions & 3 deletions doc/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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' }],
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = {
locales: {
'/': {
lang: 'en-US',
title: 'Yuescript',
title: 'YueScript',
description: 'A language that compiles to Lua'
},

Expand Down
2 changes: 1 addition & 1 deletion doc/docs/.vuepress/public/image/yuescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ba511ab

Please sign in to comment.