mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
Added docs and search. (#6273)
* Added docs and search. * Fixed pull request runs.
This commit is contained in:
parent
6def26b2f0
commit
abfadd493c
8 changed files with 253 additions and 56 deletions
|
@ -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' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue