alex-epifanoff / rhomobile-docs

Documentation for Rhomobile projects, in the form of a sinatra app.

Home Page:http://docs.rhomobile.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rhomobile Documentation Project

This is a simple CMS and documentation for the Rhomobile platform: http://docs.rhomobile.com

Edge changes to this repository are tracked realtime on http://edgedocs.rhomobile.com

If you'd like to propose an edit to the Rhomobile docs, fork this repo, then send us a pull request.

This tool is based off the excellent heroku-docs project!

Setup

  • On Windows? Install the Development Kit. Then run:

      $ gem install rdiscount --platform=ruby -v=1.6.8
    
  • Run the following commands:

      # install prereqs and shotgun the docs server
      $ cd rhomobile-docs
      $ sudo gem install bundler (if you don't have it already)
      $ bundle install
      $ rake start #=> this will start the server and load the docs home page in your browser
    

Rebuilding & Publishing

This app loads content from sub-directories located in config.yml.

This will copy all content from the sub-directories into docs/. Then push to heroku:

$ git add docs/
$ git commit -m "adding new docs"
$ git push heroku master

The app loads content from the docs subdirectory. Pages are served with a 1 hour cache setting.

NOTE: Do NOT checkin changes to docs/(subdirectory) (i.e. docs/rhodes/). The content in docs/(subdirectory) are managed by the separate repositories. For example, content in docs/rhodes/ is maintained in the rhodes repo https://github.com/rhomobile/rhodes.

About

Originally written by Ryan Tomayko and Adam Wiggins. This application is maintained by Rhomobile Dev.

Code is released under the MIT License

All rights reserved on the content (text files in the docs subdirectory), although you're welcome to modify these for the purpose of suggesting edits.

About

Documentation for Rhomobile projects, in the form of a sinatra app.

http://docs.rhomobile.com


Languages

Language:Ruby 75.2%Language:HTML 12.6%Language:CSS 8.1%Language:JavaScript 4.1%