Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 831 Bytes

File metadata and controls

29 lines (18 loc) · 831 Bytes

NFTables Documentation - Sphinx Material-Themed

EN 🇬🇧: nftables.docs.oxl.app

Docs Uptime

This is a mirror of the official NFTables documentation to make it a bit easier accessible for new users.

Build

Run:

apt install git python3-pip pandoc

# with VENV
apt install python3-virtualenv 
bash venv.sh

# WITHOUT
pip install -r requirements.txt

# USAGE: bash html.sh <BUILD-DIR> <DOMAIN> 
bash html.sh ./build/ nftables.docs.oxl.app

Setup

  • Make sure to redirect requests not ending in .html to the same path with that extension - else internal redirects will not work.