mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Docs site update
This commit is contained in:
@@ -10,7 +10,7 @@ Open Archiver provides a robust, self-hosted solution for archiving, storing, in
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
_Dashboard_
|
||||
|
||||

|
||||
@@ -21,10 +21,12 @@ _Full-text search across all your emails and attachments_
|
||||
|
||||
## Community
|
||||
|
||||
Join our growing community on Discord to ask questions, share your projects, and connect with other developers.
|
||||
Join our community to ask questions, share your projects, and connect with other developers.
|
||||
|
||||
[](https://discord.gg/Qpv4BmHp)
|
||||
|
||||
[](https://bsky.app/profile/openarchiver.bsky.social)
|
||||
|
||||
## Key Features
|
||||
|
||||
- **Universal Ingestion**: Connect to Google Workspace, Microsoft 365, and standard IMAP servers to perform initial bulk imports and maintain continuous, real-time synchronization.
|
||||
|
||||
BIN
assets/screenshots/dashboard-1.png
Normal file
BIN
assets/screenshots/dashboard-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 114 KiB |
@@ -1,6 +1,16 @@
|
||||
import { defineConfig } from 'vitepress';
|
||||
|
||||
export default defineConfig({
|
||||
head: [
|
||||
[
|
||||
'script',
|
||||
{
|
||||
defer: '',
|
||||
src: 'https://analytics.zenceipt.com/script.js',
|
||||
'data-website-id': '370e5891-040b-46be-844e-ade41b33f253'
|
||||
}
|
||||
]
|
||||
],
|
||||
title: 'Open Archiver',
|
||||
description: 'Official documentation for the Open Archiver project.',
|
||||
themeConfig: {
|
||||
@@ -12,7 +22,8 @@ export default defineConfig({
|
||||
},
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Github', link: 'https://github.com/LogicLabs-OU/OpenArchiver' }
|
||||
{ text: 'Github', link: 'https://github.com/LogicLabs-OU/OpenArchiver' },
|
||||
{ text: "Website", link: 'https://openarchiver.com/' }
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ const scheduleContinuousSync = async () => {
|
||||
{},
|
||||
{
|
||||
repeat: {
|
||||
pattern: '* * * * *', // Every 15 minutes
|
||||
pattern: '* * * * *', // Every 1 minute
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user