mirror of
https://github.com/immich-app/immich.git
synced 2025-06-20 17:03:14 +02:00
docs: add installation section (#912)
* Implemented requirements * Added one-step installation * Finished section
This commit is contained in:
parent
dc7df5bcfa
commit
a898610f13
12 changed files with 258 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue