Defold game engine documentation for www.defold.com

Samuel Nystedt b945d0444e Merge pull request #24 from defold/npm-update 6 éve
docs 1bce96776a Fixed broken link to /manuals/gui-layouts 6 éve
lib 398c721abd Checked a bunch of documents. Completed doctest. Styling of tables. 8 éve
.gitignore 3a7c61852f Updated editor overwiew and scene editor details to Ed2. 7 éve
README.md f13046a2aa Updated README. 8 éve
gulpfile.js d2e76a8651 Updated packages to work with nodejs 10 6 éve
package-lock.json d2e76a8651 Updated packages to work with nodejs 10 6 éve
package.json d2e76a8651 Updated packages to work with nodejs 10 6 éve
publish.sh 62c7e3c6b9 Updated the project settings manual to reflect ed 2. 7 éve

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.