Skip to content

dbachet/circleci-docs

 
 

Repository files navigation

CircleCI Documentation

This is a public repository of CircleCI documentation. Contributions welcome!

Installation

CircleCI Documentation is a Jekyll app that generates a static version of the documentation.

To develop you will need Ruby (we recommend using rvm or similar Ruby version manager)

Install Dependencies

With Bundler:

bundle install --binstubs

How to run a development server

./bin/jekyll serve

then navigate to localhost:4000

How to regenerate the site (which, by default will go in the _sites directory)

./bin/jekyll build

TODO

  • implement link page/children rendering
  • figure out how to deal with styling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.1%
  • CSS 28.2%
  • Ruby 22.6%
  • JavaScript 12.4%
  • Shell 1.7%