Skip to content

Commit

Permalink
chore: increase space
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevader committed Jul 24, 2024
1 parent b7f310a commit d3e48e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install --upgrade pip && pip install mkdocs-material
- run: pip install --upgrade pip && pip install mkdocs-material mkdocs-drawio-file
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy
4 changes: 4 additions & 0 deletions docs/plex.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,9 @@ spec:
```
## Usenet instead of Torrent
https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/
https://blog.harveydelaney.com/switching-from-torrents-to-usenet-the-why-and-how/
[^1]: https://matt.coneybeare.me/how-to-map-plex-media-server-to-your-home-domain/
2 changes: 2 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ markdown_extensions:
- abbr
- admonition

plugins:
- drawio_file

nav:
- Home: index.md
Expand Down

0 comments on commit d3e48e0

Please sign in to comment.