Git Product home page Git Product logo

openshift.github.com's Introduction

openshift.github.io

This repo contains the static content of the openshift.github.io site. This site is the current "home base" for OpenShift Origin, containing information on how to contribute, and serving the Origin documentation.

Updating the Docs

The documentation source lives in the origin-server repository. The update_docs.sh utility in this repo is used to trigger the rendering of those documents and then to collect them under the documentation and documentation-latest directories in this repo. To perform this build process, do the following:

  1. In a working directory, clone these three repos:

  2. In the origin-server repo directory, you will need to create a tracking branch for the most recent Origin release:

    git checkout --track <upstream|origin>/<origin-release-branch>

    upstream or origin depends entirely upon how you initially set up the clone.
    origin-release-branch is currently openshift-origin-release-3

    NOTE: When Origin moves to the next release, you will need to modify the package task in the documentation Rakefile to use the new release branch name.

  3. In the openshift.github.com directiory, create a working branch for your updates:

    git checkout -b doc_updates

  4. Next, make sure you have the necessary Ruby gems. In the origin-server/documentation directory, run:

    bundle install

    NOTE: You must be using Ruby 1.9.3 or later to build the docs

  5. Finally, you can run the docs update utility.

    • cd to the openshift.github.com repo directory
    • ./update_docs.sh

    You may see warnings from AsciiDoctor as the docs are generated; this is normal.

  6. Once the process is complete, a git status should reveal that the files under documentation and documentation-latest have all been updated. At a minumum, you will see a new render time date stamp in each file. Look for any new html files and git add them to include them in your commit. Once all of the modified files have been added to the commit, commit and push the working branch to github.

  7. Set up a pull request on GitHub from your working repo to the openshift.github.com master branch. Once this pull request is reviewed and merged, the new docs will appear on the site.

openshift.github.com's People

Contributors

dblado avatar derekwaynecarr avatar emilydirsh avatar gshipley avatar hernad avatar jwforres avatar kraman avatar luciddreamz avatar marekjelen avatar matthicksj avatar nhr avatar rhamilto avatar ryanj avatar smarterclayton avatar tuankiet65 avatar

Watchers

 avatar  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.