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!