Defold game engine documentation for www.defold.com

Mikael Säker 99dfecf644 Changed the folder structure. Languages just below doc. 8 years ago
docs 99dfecf644 Changed the folder structure. Languages just below doc. 8 years ago
lib 198e638ef0 markdown html build and preview first pass. 8 years ago
.gitignore 198e638ef0 markdown html build and preview first pass. 8 years ago
README.md 1d243bc4ae Updated readme and removed old files. 8 years ago
gulpfile.js 198e638ef0 markdown html build and preview first pass. 8 years ago
package.json 198e638ef0 markdown html build and preview first pass. 8 years ago

README.md

Defold manuals

This repo holds the markdown source files and assets for Defold documentation.

Dependencies

npm install

Publishing documentation is done with the gsutil which is part of the Google Cloud SDK.,

Edit and preview

gulp watch

Builds all documentation for preview and opens a browser pointing to the build root. Edits to any .md manual or image is detected, rebuilt and reloaded in browser.

Publish

gulp publish

Not yet in place!