Coder Social home page Coder Social logo

docs.chargify.com's Introduction

Chargify Documentation

https://docs.chargify.com

Contributing

Running locally

This is a Rails 4 app, with all dependencies managed by Bundler.

Fork

First, fork our repo from http://github.com/chargify/docs.chargify.com

RVM

If you're not already using RVM and gemsets do yourself a favor and get started now.

rvm gemset create docs.chargify.com
rvm gemset use docs.chargify.com
gem install bundler
git clone git://github.com/<your githubs>/docs.chargify.com.git
cd docs.chargify.com
bundle install
rails server

You can now browse the docs at http://localhost:3000

rbenv

If you prefer to use rbenv, the instructions are similar.

git clone git://github.com/<your githubs>/docs.chargify.com.git
cd docs.chargify.com
rbenv install 2.0.0-p481
gem install bundler
bundle install
rbenv rehash
rails server

You can now browse the docs at http://localhost:3000

Ports

If you are behind a firewall, you may need to open port 9418 for the git protocol before bundle install will work.

Making changes

All public-facing docs are stored at doculab/docs.

You can make changes there and send us pull requests. (More on that later)

Images

All images should be sized to 640px wide.

Images are stored in the public/images/doculab/ directory and displayed with the !/images/doculab/filename.png! syntax.

Menu

The doculab/meta/table_of_contents.rb file controls the left-hand menu.

Colophon

Powered by Doculab

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.