Defold game engine documentation for www.defold.com

Johan Beck-Noren 08040e2fa4 Added display profile docs of added device model qualifier. Updated images to use ed2 screenshots %!s(int64=7) %!d(string=hai) anos
docs 08040e2fa4 Added display profile docs of added device model qualifier. Updated images to use ed2 screenshots %!s(int64=7) %!d(string=hai) anos
lib 398c721abd Checked a bunch of documents. Completed doctest. Styling of tables. %!s(int64=8) %!d(string=hai) anos
.gitignore 3a7c61852f Updated editor overwiew and scene editor details to Ed2. %!s(int64=7) %!d(string=hai) anos
README.md f13046a2aa Updated README. %!s(int64=8) %!d(string=hai) anos
gulpfile.js 389a6ff7c1 Fixed clipboad button data target prop name %!s(int64=7) %!d(string=hai) anos
package-lock.json 22fe513a6f Updated sound manual with ed2 screens and basics of playing sounds at the top. %!s(int64=7) %!d(string=hai) anos
package.json ed6cdc4ca5 Support for transclusion. Install manuals and new overview. %!s(int64=8) %!d(string=hai) anos
publish.sh 62c7e3c6b9 Updated the project settings manual to reflect ed 2. %!s(int64=7) %!d(string=hai) anos

README.md

Defold manuals

This repo holds the markdown source files and assets for Defold documentation. Each language has its own subfolder in "docs".

Dependencies

Node.js and Gulp:

$ brew install node
$ npm install gulp-cli -g
$ npm install

(Don't bother about "npm WARN deprecated" things during npm install.)

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.

Build and publish

$ gulp build
$ ./publish_sh

Publishing documentation to GCS is done with the gsutil which is part of the Google Cloud SDK. It's automatically installed if needed.