Defold game engine documentation for www.defold.com

Mikael Säker bd71bc5ace Adding gulp-cli to packages. 8 years ago
docs b4c6b62133 Build process wip. TOC and document metadata. Proofreading and fixing docs. 8 years ago
lib 398c721abd Checked a bunch of documents. Completed doctest. Styling of tables. 8 years ago
.gitignore 198e638ef0 markdown html build and preview first pass. 8 years ago
README.md 1d243bc4ae Updated readme and removed old files. 8 years ago
gulpfile.js b4c6b62133 Build process wip. TOC and document metadata. Proofreading and fixing docs. 8 years ago
package.json bd71bc5ace Adding gulp-cli to packages. 8 years ago

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!