Docs update

This commit is contained in:
Wayne
2025-07-28 11:38:14 +03:00
parent e68d9a338d
commit 4e0f6ce5df
4 changed files with 28 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ Open Archiver is built on a modern, scalable, and maintainable technology stack:
### Prerequisites
- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/)
- A server or local machine with at least 2GB of RAM.
- A server or local machine with at least 4GB of RAM (2GB of RAM if you use external Postgres, Redis (Valkey) and Meilisearch instances).
### Installation

View File

@@ -1,9 +1,15 @@
import { defineConfig } from 'vitepress';
export default defineConfig({
title: 'Open Archiver Documentation',
title: 'Open Archiver',
description: 'Official documentation for the Open Archiver project.',
themeConfig: {
search: {
provider: 'local'
},
logo: {
src: './assets/logo-sq.svg'
},
nav: [
{ text: 'Home', link: '/' },
{ text: 'User Guides', link: '/user-guides/email-providers/' }

19
docs/assets/logo-sq.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 164 KiB

View File

@@ -5,7 +5,7 @@ This guide will walk you through setting up Open Archiver using Docker Compose.
## Prerequisites
- [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) installed on your server or local machine.
- A server or local machine with at least 2GB of RAM.
- A server or local machine with at least 4GB of RAM (2GB of RAM if you use external Postgres, Redis (Valkey) and Meilisearch instances).
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) installed on your server or local machine.
## 1. Clone the Repository