Docs site update

This commit is contained in:
Wayne
2025-08-01 19:54:23 +03:00
parent 5cc24d0d67
commit c297e5a714
5 changed files with 17 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ Open Archiver provides a robust, self-hosted solution for archiving, storing, in
## Screenshots
![Open Archiver Preview](assets/screenshots/dashboard.png)
![Open Archiver Preview](assets/screenshots/dashboard-1.png)
_Dashboard_
![Open Archiver Preview](assets/screenshots/archived-emails.png)
@@ -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.
[![Discord](https://img.shields.io/badge/Join%20our%20Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/Qpv4BmHp)
[![Bluesky](https://img.shields.io/badge/Follow%20us%20on%20Bluesky-0265D4?style=for-the-badge&logo=bluesky&logoColor=white)](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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

View File

@@ -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: [
{

View File

@@ -7,7 +7,7 @@ const scheduleContinuousSync = async () => {
{},
{
repeat: {
pattern: '* * * * *', // Every 15 minutes
pattern: '* * * * *', // Every 1 minute
},
}
);