https://github.com/mbraceproject/mbrace-docs
MBrace website and document generation repository
https://github.com/mbraceproject/mbrace-docs
Last synced: 9 months ago
JSON representation
MBrace website and document generation repository
- Host: GitHub
- URL: https://github.com/mbraceproject/mbrace-docs
- Owner: mbraceproject
- License: other
- Created: 2015-03-10T13:10:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T13:51:29.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T08:22:34.623Z (10 months ago)
- Language: F#
- Homepage: http://mbrace.io
- Size: 9.45 MB
- Stars: 1
- Watchers: 8
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## mbrace-docs
MBrace website and document generation repository, pushed to http://mbrace.io
### Building and Publishing
Use ``build.sh`` or ``build.cmd`` to build a local copy of the docs. This runs `docs/tools/generate.fsx` and places the results in `docs/output` as HTML.
Use ``build.sh Release`` or ``build.cmd Release`` to push the docs to the website. This builds the docs, then pushed the contents of `docs/output` into the `gh-pages` branch of this repository (if you have permissions). Once in that branch, GitHub automatically publishes these contents at http://mbrace.io.