Skip to content

Commit

Permalink
Merge pull request #476 from edm00se/update-next
Browse files Browse the repository at this point in the history
Updates to Vitepress > 1.0
  • Loading branch information
edm00se authored Apr 1, 2024
2 parents f30dc92 + c6c6522 commit 426fe12
Show file tree
Hide file tree
Showing 4 changed files with 1,702 additions and 1,074 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
docs
dist
index.md
index.md
.vitepress/cache
24 changes: 15 additions & 9 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,23 @@ module.exports = {
],

sidebar: {
'/': '',
'/contributing.html': '',
'/formatting.html': '',
'/help.html': '',
'/code-of-conduct.html': ''
text: 'Guide',
items: [
{ text: 'Main', link: '/' },
{ text: 'Contributing', link: '/contributing' },
{ text: 'Formatting', link: '/formatting' },
{ text: 'Help', link: '/help' },
{ text: 'Code of Conduct', link: '/code-of-conduct' }
]
},

algolia: {
appId: 'HM2OEMY7QZ',
apiKey: '4fed2ba7f2cd080ad79969be2934a7a9',
indexName: 'awesomeboard'
search: {
provider: 'algolia',
options: {
appId: 'HM2OEMY7QZ',
apiKey: '4fed2ba7f2cd080ad79969be2934a7a9',
indexName: 'awesomeboard'
}
}
}
}
Loading

0 comments on commit 426fe12

Please sign in to comment.