Skip to content
/ docs Public
forked from wavefrontHQ/docs

Documentation for Wavefront and its services

License

Notifications You must be signed in to change notification settings

warshawd/docs

 
 

Repository files navigation

Wavefront Documentation

Install Required Software

  1. Follow the instructions to install Jekyll.
  2. cd to the repository directory and run the following commands:
    $ cd docs
    $ sudo gem install bundler
    $ bundle install
  3. Stay in the repository directory and clone the required submodules (which basically include the README.md of Wavefront public repositories into the official documentation)
    $ git submodule init
    $ git submodule update

Run and View Site Locally

  1. Run Jekyll with the following command:
    $ bundle exec jekyll server
  2. Go to url http://localhost:4000/. The host and port are set in _config.yml.

About

Documentation for Wavefront and its services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 74.2%
  • HTML 21.1%
  • JavaScript 4.4%
  • Other 0.3%