diff options
author | Aylur <[email protected]> | 2024-10-13 03:42:51 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-13 03:42:51 +0200 |
commit | ec5c6c9acc418946bfe7f28ffdd4803c712b3b53 (patch) | |
tree | 06494479c28445c447f1a0a615da13cb2efb2c19 /docs/vitepress.config.ts | |
parent | dd3bae59362f0b6c3d47cc81b5c53888362e75fc (diff) | |
parent | 79a96d44b85a6b6e287957f413f98d3812335d52 (diff) |
Merge pull request #38 from tokyob0t/main
Improve showcases doc site
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r-- | docs/vitepress.config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index a9c6ab9..47ed81e 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -23,8 +23,8 @@ export default defineConfig({ outline: "deep", footer: { - message: 'Released under the LGPL v2.1 License', - copyright: 'Logo is created by VDawg' + message: "Released under the LGPL v2.1 License", + copyright: "Logo is created by VDawg", }, nav: [ @@ -44,7 +44,7 @@ export default defineConfig({ { text: "Contributing", link: github("/blob/main/CONTRIBUTING.md") }, { text: "Changelog", link: github("/blob/main/CHANGELOG.md") }, ], - } + }, ], sidebar: [ @@ -113,6 +113,6 @@ export default defineConfig({ search: { provider: "local", - } + }, }, }) |