diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 12f4f0ea..00000000 --- a/docker-compose.yml +++ /dev/null @@ -1,26 +0,0 @@ -version: "3.8" - -services: - kyoo: - build: "." - restart: on-failure - environment: - - Database__Server=postgres - ports: - - 80:5000 - depends_on: - - postgres - volumes: - - kyoo:/var/lib/kyoo - postgres: - image: "postgres" - restart: on-failure - environment: - - POSTGRES_USER=kyoo - - POSTGRES_PASSWORD=kyooPassword - volumes: - - db:/var/lib/postgresql/data - -volumes: - kyoo: - db: diff --git a/docs/docfx.json b/docs/docfx.json index 98af4d8f..326532a3 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -41,7 +41,7 @@ "dest": "_site", "globalMetadata": { "_appTitle": "Documentation - Kyoo", - "_appLogoPath": "icons/icon-32x32.png", + "_appLogoPath": "icons/icon.svg", "_appFaviconPath": "icons/icon-256x256.ico", "_gitContribute": { "repo": "https://github.com/AnonymusRaccoon/Kyoo", diff --git a/icons/icon.svg b/icons/icon.svg new file mode 100644 index 00000000..6ce52497 --- /dev/null +++ b/icons/icon.svg @@ -0,0 +1,27 @@ + + + + + + + + +