Merge branch 'master' of github.com:linuxserver/docker-documentation into mkdocs-monthly

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik 2023-10-06 07:51:30 -05:00
commit accf1e43fb
4 changed files with 8 additions and 6 deletions

View File

@ -8,11 +8,11 @@ jobs:
name: Build docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0
with:
python-version: 3.x
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
key: ${{ github.ref }}
path: .cache
@ -25,13 +25,13 @@ jobs:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'
- uses: actions/setup-python@v4.7.0
with:
python-version: 3.x
- uses: actions/cache@v3.3.1
- uses: actions/cache@v3.3.2
with:
key: ${{ github.ref }}
path: .cache

View File

@ -12,7 +12,7 @@ jobs:
summary-syncer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.0
with:
fetch-depth: "0"

View File

@ -138,6 +138,7 @@
* [linuxserver/resilio-sync](images/docker-resilio-sync.md)
* [linuxserver/rsnapshot](images/docker-rsnapshot.md)
* [linuxserver/sabnzbd](images/docker-sabnzbd.md)
* [linuxserver/series-troxide](images/docker-series-troxide.md)
* [linuxserver/sickchill](images/docker-sickchill.md)
* [linuxserver/sickgear](images/docker-sickgear.md)
* [linuxserver/smokeping](images/docker-smokeping.md)
@ -156,6 +157,7 @@
* [linuxserver/tvheadend](images/docker-tvheadend.md)
* [linuxserver/ubooquity](images/docker-ubooquity.md)
* [linuxserver/unifi-controller](images/docker-unifi-controller.md)
* [linuxserver/unifi-network-application](images/docker-unifi-network-application.md)
* [linuxserver/vscodium](images/docker-vscodium.md)
* [linuxserver/webcord](images/docker-webcord.md)
* [linuxserver/webgrabplus](images/docker-webgrabplus.md)

View File

@ -1,5 +1,5 @@
mkdocs-awesome-pages-plugin==2.9.2
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-material==9.1.21
mkdocs-material==9.4.2
mkdocs-minify-plugin==0.7.1
mkdocs-redirects==1.2.1