This is currently used only for publishing Mesos deb/rpm binaries and is owned by the Mesos Core Team.
Build is here: https://jenkins.mesosphere.com/service/jenkins/job/open-docs/
THE REST OF THE CONTENT IS DEPRECATED. FOR THE LATEST INFORMATION, SEE dcos.io.
This repository contains the Markdown files that comprise the Mesosphere open documentation site.
After a few minutes, an automated build will deploy changes to master to the staging site.
Periodically these changes will be pushed to the production site.
If you are developing against this site and wish to see a rendered version of your documentation locally.
Install Bundler
sudo gem install bundler
Update bundler
bundle update
Add the default gems from the root of the project (you may need libxml2 - see here for instructions)
bundle install --path vendor/bundle
Run Jekyll from the root of the project
# Run Jekyll and watch for changes
bundle exec rake dev