Added docs and search.

This commit is contained in:
SamTV12345 2024-03-24 09:50:03 +01:00
parent 6def26b2f0
commit 95cb1fdcad
5 changed files with 249 additions and 22 deletions

View file

@ -9,6 +9,9 @@ export default defineConfig({
description: "Next Generation Collaborative Document Editing",
base: '/etherpad-lite/',
themeConfig: {
search: {
provider: 'local'
},
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
@ -49,8 +52,8 @@ export default defineConfig({
{
text: 'Old Docs',
items: [
{ text: 'Easysync description', link: '/easysync/easysync-full-description.pdf' },
{ text: 'Easysync notes', link: '/easysync/easysync-notes.pdf' }
{ text: 'Easysync description', link: '/etherpad-lite/easysync/easysync-full-description.pdf' },
{ text: 'Easysync notes', link: '/etherpad-lite/easysync/easysync-notes.pdf' }
]
}
],