Defold game engine documentation for www.defold.com
|
8 năm trước cách đây | |
---|---|---|
docs | 8 năm trước cách đây | |
lib | 8 năm trước cách đây | |
.gitignore | 8 năm trước cách đây | |
README.md | 8 năm trước cách đây | |
gulpfile.js | 8 năm trước cách đây | |
package.json | 8 năm trước cách đây | |
publish.sh | 8 năm trước cách đây |
This repo holds the markdown source files and assets for Defold documentation. Each language has its own subfolder in "docs".
Node.js:
$ npm install
Publishing documentation is done with the gsutil
which is part of the Google Cloud SDK:
$ ./install_deps
$ 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.
Builds all docs and publishes them onto GCS.
$ gulp publish