Add basic configuration to the docs (#587)

* Created website for the docs inside /docs

* remove old docs and home page

* fix wrong redirection path

* remove most of the docs from the readme

* fix docs path

* undo package.json changes

* remove unused images

* rename "how to" route

* Add basic configuration to the docs

---------

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Helly
2024-09-06 09:16:50 +02:00
committed by GitHub
parent be202d3d41
commit 15d1756a4e
2 changed files with 28 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ const config: Config = {
tagline:
"Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.",
favicon: "img/pingvinshare.svg",
url: "https://stonith404.github.io",
baseUrl: "/pingvin-share/",
organizationName: "stonith404",
@@ -37,7 +37,7 @@ const config: Config = {
themeConfig: {
image: "img/pingvinshare.svg",
colorMode:{
colorMode: {
respectPrefersColorScheme: true,
},
navbar: {