Coder Social home page Coder Social logo

theforeman.org's Introduction

theforeman.org

This repo contains the source code for theforeman.org. All of the site's content is written in Markdown. If you're not familiar with it, fear not; it's easy to learn and to become rapidly productive!

Everything you push into the gh-pages branch goes live immediately!

Testing locally

To test your changes locally use

# rake

to generate your site in the _site directory, or

# rake server

To start Jekyll server locally.

Contributing

  1. Fork this repo to your account.
  2. Clone the fork.
  3. Run bundle install in the root of the freshly cloned repo. This will install Jekyll, the tool we use to build the site.
  4. Run jekyll serve --watch and open your browser to http://localhost:4000.
  5. Make some changes, refresh your browser to preview them.
  6. Submit a pull request.

Updating API Auto-Generated Docs by apipie

Generate API docs in Foreman

  1. cd to foreman directory
  2. rake apipie:cache

Copy docs to repo

  1. cd to theforeman.org directory
  2. cp -r dir/to/foreman/public/apipie-cache/apidoc api/
  3. cp dir/to/foreman/public/apipie-cache/apidoc.* api/

Update href in html files

  1. Edit file api/apidoc/v1.html - change href="../apidoc/v1 to href="../apidoc/v1.html
  2. Edit file api/apidoc/v2.html - change href="../apidoc/v2 to href="../apidoc/v2.html

theforeman.org's People

Contributors

abenari avatar abonas avatar beddari avatar bgupta avatar blbradley avatar dlobatog avatar dmitri-d avatar domcleal avatar duncaninnes avatar ekohl avatar gregsutcliffe avatar inecas avatar iouns avatar isratrade avatar jfautley avatar jforeman avatar jimmidyson avatar komidore64 avatar kostyrev avatar lzap avatar mmoll avatar mobcdi avatar mrobbert avatar ohadlevy avatar rbirnie avatar richleland avatar stbenjam avatar strider avatar the-judge avatar vondeetzen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.