docs: add social plugin

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-05-01 15:05:59 -07:00
parent c8b531ad70
commit d774357cd7
10 changed files with 34 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ memories.tar.gz
/test-results/
/playwright-report/
/playwright/.cache/
.cache/
exiftool-bin/
tools/

View File

@ -1,3 +1,7 @@
---
description: Steps to configure Memories for the best experience and performance
---
# Configuration
Starting with v5.0.0, you can fully configure memories using the admin panel. With an admin account in Nextcloud, go to `Settings -> Memories`. Memories runs a background indexing job to extract EXIF metadata from photos and videos, as well as immediately on every upload.

View File

@ -1,3 +1,7 @@
---
description: Getting help with Memories
---
# Help and FAQ
## Getting Help

View File

@ -1,3 +1,7 @@
---
description: Steps to configure support for different image and video formats
---
# File type support
Memories supports the file types supported by the Nextcloud previews app. If you add support for any one of the file types below, you must run `occ memories:index` to index these files.

View File

@ -1,3 +1,7 @@
---
description: Configuration for hardware acceleration for transcoding with VA-API and NVENC
---
# Hardware transcoding
Memories supports transcoding acceleration with VA-API and NVENC.

View File

@ -1,5 +1,6 @@
---
title: Memories
description: Fast, modern and advanced photo management suite. Free and open source Nextcloud app.
template: home.html
hide:
- navigation

View File

@ -1,3 +1,7 @@
---
description: Setting up Memories and Nextcloud
---
# Installation
This page describes how to install the latest version of Memories.

View File

@ -1,3 +1,7 @@
---
description: Comparison of Memories and Nextcloud Photos
---
# Memories vs Photos
Nextcloud comes bundled with an official "Photos" app. This page provides a brief feature comparison between Memories and Photos, and links some relevant issues in the Photos repository.

View File

@ -1,3 +1,7 @@
---
description: Documentation for config.php options that Memories uses
---
# config.php options
This is a list of all options in `config.php` that memories uses

View File

@ -15,6 +15,10 @@ theme:
logo: material/camera
custom_dir: docs/overrides
plugins:
- search
- social
nav:
- Home: 'index.md'
- Getting started: