docs: add social plugin
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/head
parent
c8b531ad70
commit
d774357cd7
|
@ -24,6 +24,7 @@ memories.tar.gz
|
|||
/test-results/
|
||||
/playwright-report/
|
||||
/playwright/.cache/
|
||||
.cache/
|
||||
|
||||
exiftool-bin/
|
||||
tools/
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
description: Getting help with Memories
|
||||
---
|
||||
|
||||
# Help and FAQ
|
||||
|
||||
## Getting Help
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
description: Setting up Memories and Nextcloud
|
||||
---
|
||||
|
||||
# Installation
|
||||
|
||||
This page describes how to install the latest version of Memories.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -15,6 +15,10 @@ theme:
|
|||
logo: material/camera
|
||||
custom_dir: docs/overrides
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- social
|
||||
|
||||
nav:
|
||||
- Home: 'index.md'
|
||||
- Getting started:
|
||||
|
|
Loading…
Reference in New Issue