Defold game engine documentation for www.defold.com

Mikael Säker 6c06ca1c98 Updated README. Fixes to runner tutorial. 8 年之前
docs 6c06ca1c98 Updated README. Fixes to runner tutorial. 8 年之前
lib 398c721abd Checked a bunch of documents. Completed doctest. Styling of tables. 8 年之前
.gitignore 198e638ef0 markdown html build and preview first pass. 8 年之前
README.md 6c06ca1c98 Updated README. Fixes to runner tutorial. 8 年之前
gulpfile.js eb7ce4529a Moving tutorials into repo. 8 年之前
package.json 6c06ca1c98 Updated README. Fixes to runner tutorial. 8 年之前
publish.sh b1ec8655b1 All Korean manuals moved and images fixed. 8 年之前

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:

$ npm install gulp-cli -g
$ npm install

(Don't bother about "npm WARN deprecated" things during 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.