Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 606 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 606 Bytes

FiveM Documentation

Source of docs.fivem.net.

Development

Install Hugo, then run:

git submodule update --init --recursive
hugo server -D

Checking for dead links

Install Wget, start a Hugo server, then run:

wget --spider -o ./wget.log -e robots=off -w 1 -r -p http://localhost:1313

More info on that here.