From 1dbcde01c69f819129da73dcb4a6bbc79f7a0f9b Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:01:31 -0500 Subject: [PATCH] Update docs --- docs/release.md | 13 ++++++------- docs/web_interface.md | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/release.md b/docs/release.md index 5109b0e..ac73c2a 100644 --- a/docs/release.md +++ b/docs/release.md @@ -7,16 +7,15 @@ ## Release plugin -1. Update and commit latest changelog and manifest -2. Tag latest commit **without pushing** -3. Build release DLL with `dotnet build -c Release` -4. Zip release DLL -5. Test plugin manifest +1. Build release DLL with `dotnet build -c Release` +2. Zip release DLL +3. Update and commit latest changelog and manifest +4. Test plugin manifest 1. Replace manifest URL with local IP address 2. Serve release ZIP and manifest with `python3 -m http.server` 3. Test updating plugin -6. Push tag -7. Create release on GitHub with the following files: +5. Tag and push latest commit +6. Create release on GitHub with the following files: 1. Archived plugin DLL 2. Latest web interface diff --git a/docs/web_interface.md b/docs/web_interface.md index a5db3d1..a915167 100644 --- a/docs/web_interface.md +++ b/docs/web_interface.md @@ -8,7 +8,7 @@ If you do not run Jellyfin as a container, you can follow the [native installati ## Method 1: mounting the new web interface -1. Download the latest compiled version of the web interface from [the releases tab](https://github.com/ConfusedPolarBear/intro-skipper/releases/download/v0.0.1/jellyfin-web_10.8.0+3522b61.tar.gz) (or compile [from source](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros)) +1. Download the latest compiled version of the web interface from [the releases tab](https://github.com/ConfusedPolarBear/intro-skipper/releases) (or compile [from source](https://github.com/ConfusedPolarBear/jellyfin-web/tree/intros)) 2. Extract the archive somewhere on your server and make note of the full path to the `dist` folder 3. Mount the `dist` folder to your container as `/jellyfin/jellyfin-web`. Example docker-compose snippet: ```yaml