Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.
/ developers Public archive
forked from joehills/developers

Documentation and development resources for Beam

License

Notifications You must be signed in to change notification settings

cactysman/developers

 
 

Repository files navigation

Developers Join the chat at https://gitter.im/WatchBeam/developers

Project used to generate contents of the Developer Documentation.

Requirements

Install

Run npm i with Node v4.

Config

We use node-config, please refer to config/default.yaml for more info.

In order to use local repositories (such as backend for fast raml doc preview). You need to specify the repos section in the config such as this:

    repos:
        backend: ../backend

Build

Run npm run build for a full build.

Run gulp recompile for a build without JavaDoc and RAMLDoc. This will also work for 3rd parties looking to contribute.

Run gulp watch for development.

Run npm start to start a local server at port 8000.

Contribute

If you don't have access to our internal repositories, just use gulp recompile to build the reference and tutorial sections. Run npm test before pull requesting any changes.

About

Documentation and development resources for Beam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.9%
  • CSS 20.8%
  • JavaScript 14.7%
  • Java 4.1%
  • Protocol Buffer 3.2%
  • Python 0.8%
  • Other 0.5%