Guides
Guides copied to clipboard
fix: no symlinks
This method should retain an almost identical layout/setup to the current web/git one with no relocation of files or folders whilst completely removing the three symlinks in the repo
- add
include-markdownplugin from here - change
.pagesHow-to-setup-forto- How-to-setup-for: Hardlinks/How-to-setup-for - remove
How-to-setup-forsymlink - remove
Sonarr/Tips/imagesandSonarr/Tips/Sync-2-radarr-sonarr.mdsymlinks - include
../../Radarr/Tips/Sync-2-radarr-sonarr.mdintoSonarr/Tips/Sync-2-radarr-sonarr.md - include
../../Radarr/Tips/Merge-quality.mdintoSonarr/Tips/Merge-quality.md
This can be tested locally in WSL2 or docker like this
docker run -it -p 8000:8000 -w /root -v ~/mkdocs:/root ubuntu:jammy
apt update
apt install -y git python3-pip
git clone https://github.com/userdocs/Guides.git
python3 -m pip install -r Guides/docs/requirements.txt
pip3 install mkdocs-include-markdown-plugin
git clone https://github.com/userdocs/Guides.git
cd Guides
mkdocs serve -a 0.0.0.0:8000
Visit http://localhost:8000/