docs: add installation section ()

* Implemented requirements

* Added one-step installation

* Finished section
This commit is contained in:
Alex 2022-11-01 20:01:03 -05:00 committed by GitHub
parent dc7df5bcfa
commit a898610f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 258 additions and 6 deletions

View file

@ -57,16 +57,23 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: "site_announcement_immich",
content: `⚠️ The project is under <strong>very active</strong> development. Expect bugs and changes. Do not use as a single source to store of your photos and videos!`,
backgroundColor: "#593f00",
textColor: "#ffefc9",
isCloseable: false,
},
docs: {
sidebar: {
autoCollapseCategories: false,
},
},
navbar: {
title: "Immich Documentation",
logo: {
alt: "Immich University Logo",
src: "img/logo.png",
src: "img/color-logo.png",
srcDark: "img/logo.png",
},
items: [
{
@ -83,7 +90,7 @@ const config = {
],
},
footer: {
style: "dark",
style: "light",
links: [
{
title: "Overview",
@ -121,7 +128,7 @@ const config = {
],
},
],
copyright: `Alex Tran - For my family`,
copyright: `Immich is available as open source under the terms of the MIT License.`,
},
prism: {
theme: lightCodeTheme,