Authoritative documentation for Feral File’s open technology stack.
- Live site: https://docs.feralfile.com
- Private companion repo:
feral-file/docs-private - Device‑specific docs (FF1): see submodule
docs/devices/ff1.
git clone https://github.com/feral-file/docs.git
cd docs
git submodule update --init # pulls in ff1-docs
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
mkdocs serve