Skip to content

Commit

Permalink
docs: update VitePress configuration with new title, logo, and local …
Browse files Browse the repository at this point in the history
…search support
  • Loading branch information
teles committed Dec 13, 2024
1 parent b6305eb commit 6a18bd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ coverage
# System files
.DS_Store
docs/.vitepress/cache/deps/_metadata.json
docs/.vitepress/cache/
8 changes: 6 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { defineConfig } from 'vitepress'

export default defineConfig({
title: 'HolySheets',
description: 'Documentation for HolySheets',
title: 'HolySheets!',
description: 'Documentation for HolySheets!',
themeConfig: {
logo: '/logo.svg',
search: {
provider: 'local'
},
sidebar: {
'/en/': [
{
Expand Down

0 comments on commit 6a18bd2

Please sign in to comment.