Defold game engine documentation for www.defold.com

Mikael Säker eb7ce4529a Moving tutorials into repo. 8 năm trước cách đây
docs eb7ce4529a Moving tutorials into repo. 8 năm trước cách đây
lib 398c721abd Checked a bunch of documents. Completed doctest. Styling of tables. 8 năm trước cách đây
.gitignore 198e638ef0 markdown html build and preview first pass. 8 năm trước cách đây
README.md b1ec8655b1 All Korean manuals moved and images fixed. 8 năm trước cách đây
gulpfile.js eb7ce4529a Moving tutorials into repo. 8 năm trước cách đây
package.json eb7ce4529a Moving tutorials into repo. 8 năm trước cách đây
publish.sh b1ec8655b1 All Korean manuals moved and images fixed. 8 năm trước cách đây

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:

$ npm install

Publishing documentation is done with the gsutil which is part of the Google Cloud SDK:

$ ./install_deps

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

Builds all docs and publishes them onto GCS.

$ gulp publish