Skip to content

🔍 Quick documentation lookup for Garry's Mod Lua

License

Notifications You must be signed in to change notification settings

samuelmaddock/glua-docs

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2019
Dec 21, 2018
Jul 13, 2019
Jun 7, 2014
Jun 7, 2014
Jun 7, 2014
Jun 7, 2014
Dec 16, 2018
Dec 16, 2018
May 19, 2015
Dec 16, 2018
Dec 16, 2018
Jul 13, 2019

Repository files navigation

Garry's Mod Lua Docs

Quick documentation lookup for Garry's Mod Lua, inspired by http://dochub.io/

Features

  • Faster documentation lookup
  • Sorted by Lua state (server, shared, client, menu)
  • Code syntax highlighting
  • Offline availability
  • Links back to wiki

Scraper

Updating GLua Docs involves scraping the Garry's Mod Wiki. It's suggested not to run this too often as to respect bandwidth usage. Node.js is required to run the scraper.

cd scraper
npm install         # install node.js dependencies (see package.json)
node scrape.js     # run the scraper

Build

yarn
yarn build

Deploy

The app is deployed to the gh-pages branch.

yarn deploy