2
0

Defold game engine documentation for www.defold.com

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

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!