-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from spree-contrib/update-docs
Update docs
- Loading branch information
Showing
8 changed files
with
9 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ nbproject | |
pkg | ||
*.swp | ||
spec/dummy | ||
build |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,126 +1,12 @@ | ||
Slate | ||
======== | ||
# Documentation for the Spree API V2 | ||
|
||
[![Build Status](https://travis-ci.org/tripit/slate.svg?branch=master)](https://travis-ci.org/tripit/slate) [![Dependency Status](https://gemnasium.com/tripit/slate.png)](https://gemnasium.com/tripit/slate) | ||
The documentation is hand written and forked from [Slate](https://github.com/tripit/slate). | ||
Please update these docs when you make a contribution. | ||
|
||
Slate helps you create beautiful API documentation. Think of it as an intelligent, responsive documentation template for your API. | ||
|
||
<img src="https://dl.dropboxusercontent.com/u/95847291/github%20images/slate/slate_screenshot_new.png" width=700 alt="Screenshot of Example Documentation created with Slate"> | ||
|
||
*The example above was created with Slate. Check it out at [tripit.github.io/slate](http://tripit.github.io/slate).* | ||
|
||
Features | ||
------------ | ||
|
||
* **Clean, intuitive design** — with Slate, the description of your API is on the left side of your documentation, and all the code examples are on the right side. Inspired by [Stripe's](https://stripe.com/docs/api) and [Paypal's](https://developer.paypal.com/webapps/developer/docs/api/) API docs. Slate is responsive, so it looks great on tablets, phones, and even print. | ||
|
||
* **Everything on a single page** — gone are the days where your users had to search through a million pages to find what they wanted. Slate puts the entire documentation on a single page. We haven't sacrificed linkability, though. As you scroll, your browser's hash will update to the nearest header, so linking to a particular point in the documentation is still natural and easy. | ||
|
||
* **Slate is just Markdown** — when you write docs with Slate, you're just writing Markdown, which makes it simple to edit and understand. Everything is written in Markdown — even the code samples are just Markdown code blocks! | ||
|
||
* **Write code samples in multiple languages** — if your API has bindings in multiple programming languages, you easily put in tabs to switch between them. In your document, you'll distinguish different languages by specifying the language name at the top of each code block, just like with Github Flavored Markdown! | ||
|
||
* **Out-of-the-box syntax highlighting** for [almost 60 languages](http://rouge.jayferd.us/demo), no configuration required. | ||
|
||
* **Automatic, smoothly scrolling table of contents** on the far left of the page. As you scroll, it displays your current position in the document. It's fast, too. We're using Slate at TripIt to build documentation for our new API, where our table of contents has over 180 entries. We've made sure that the performance remains excellent, even for larger documents. | ||
|
||
* **Let your users update your documentation for you** — by default, your Slate-generated documentation is hosted in a public Github repository. Not only does this mean you get free hosting for your docs with Github Pages, but it also makes it's simple for other developers to make pull requests to your docs if they find typos or other problems. Of course, if you don't want to, you're welcome to not use Github and host your docs elsewhere! | ||
|
||
Getting starting with Slate is super easy! Simply fork this repository, and then follow the instructions below. Or, if you'd like to check out what Slate is capable of, take a look at the [sample docs](http://tripit.github.io/slate). | ||
|
||
<!--As an example, you can check out the [TripIt API docs](http://tripit.github.io/api), which we create with Slate. You can also view the source of the [markdown file used to generate it](http://github.com/tripit/api/blob/master/source/index.md).--> | ||
|
||
Getting Started with Slate | ||
------------------------------ | ||
|
||
### Prerequisites | ||
|
||
You're going to need: | ||
|
||
- **Linux or OS X** — Windows may work, but is unsupported. | ||
- **Ruby, version 1.9.3 or newer** | ||
- **Bundler** — If Ruby is already installed, but the `bundle` command doesn't work, just run `gem install bundler` in a terminal. | ||
|
||
### Getting Set Up | ||
|
||
1. Fork this repository on Github. | ||
2. Clone *your forked repository* (not our original one) to your hard drive with `git clone https://github.com/YOURUSERNAME/slate.git` | ||
3. `cd slate` | ||
4. Install all dependencies: `bundle install` | ||
5. Start the test server: `bundle exec middleman server` | ||
|
||
Or use the included Dockerfile! (must install Docker first) | ||
## Setup | ||
|
||
```shell | ||
docker build -t slate . | ||
docker run -d -p 4567:4567 slate | ||
cd docs | ||
bundle | ||
middleman server | ||
``` | ||
|
||
You can now see the docs at <http://localhost:4567>. Whoa! That was fast! | ||
|
||
*Note: if you're using the Docker setup on OSX, the docs will be | ||
availalable at the output of `boot2docker ip` instead of `localhost:4567`.* | ||
|
||
Now that Slate is all set up your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/tripit/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/tripit/slate/wiki/Deploying-Slate). | ||
|
||
Examples of Slate in the Wild | ||
--------------------------------- | ||
|
||
* [Travis-CI's API docs](http://docs.travis-ci.com/api/) | ||
* [Mozilla's localForage docs](http://mozilla.github.io/localForage/) | ||
* [Mozilla Recroom](http://mozilla.github.io/recroom/) | ||
* [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction) | ||
* [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#introduction) | ||
* [PricePlow API docs](https://www.priceplow.com/api/documentation) | ||
* [Emerging Threats API docs](http://apidocs.emergingthreats.net/) | ||
* [Appium docs](http://appium.io/slate/en/master) | ||
* [Golazon Developer](http://developer.golazon.com) | ||
* [Dwolla API docs](https://docs.dwolla.com/) | ||
* [RozpisyZapasu API docs](http://www.rozpisyzapasu.cz/dev/api/) | ||
* [Codestar Framework Docs](http://codestarframework.com/documentation/) | ||
* [Buddycloud API](http://buddycloud.com/api) | ||
* [Crafty Clicks API](https://craftyclicks.co.uk/api/) | ||
* [Paracel API Reference](http://paracel.io/docs/api_reference.html) | ||
* [Switch Payments Documentation](http://switchpayments.com/docs/) & [API](http://switchpayments.com/developers/) | ||
* [Coinbase API Reference](https://developers.coinbase.com/api) | ||
* [Whispir.io API](https://whispir.github.io/api) | ||
* [NASA API](https://data.nasa.gov/developer/external/planetary/) | ||
* [CardPay API](https://developers.cardpay.com/) | ||
* [IBM Cloudant](https://docs-testb.cloudant.com/content-review/_design/couchapp/index.html) | ||
* [Bitrix basis components](http://bbc.bitrix.expert/) | ||
* [viagogo API Documentation](http://developer.viagogo.net/) | ||
* [Fidor Bank API Documentation](http://docs.fidor.de/) | ||
* [Market Prophit API Documentation](http://developer.marketprophit.com/) | ||
* [OAuth.io API Documentation](http://docs.oauth.io/) | ||
* [Aircall for Developers](http://developer.aircall.io/) | ||
* [SupportKit API Docs](http://docs.supportkit.io/) | ||
* [SocialRadar's LocationKit Docs](https://docs.locationkit.io/) | ||
|
||
(Feel free to add your site to this list in a pull request!) | ||
|
||
Need Help? Found a bug? | ||
-------------------- | ||
|
||
Just [submit a issue](https://github.com/tripit/slate/issues) to the Slate Github if you need any help. And, of course, feel free to submit pull requests with bug fixes or changes. | ||
|
||
|
||
Contributors | ||
-------------------- | ||
|
||
Slate was built by [Robert Lord](https://lord.io) while at [TripIt](http://tripit.com). | ||
|
||
Thanks to the following people who have submitted major pull requests: | ||
|
||
- [@chrissrogers](https://github.com/chrissrogers) | ||
- [@bootstraponline](https://github.com/bootstraponline) | ||
- [@realityking](https://github.com/realityking) | ||
|
||
Also, thanks to [Sauce Labs](http://saucelabs.com) for helping sponsor the project. | ||
|
||
Special Thanks | ||
-------------------- | ||
- [Middleman](https://github.com/middleman/middleman) | ||
- [jquery.tocify.js](https://github.com/gfranko/jquery.tocify.js) | ||
- [middleman-syntax](https://github.com/middleman/middleman-syntax) | ||
- [middleman-gh-pages](https://github.com/neo/middleman-gh-pages) | ||
- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ require 'rake/clean' | |
|
||
CLOBBER.include('build') | ||
|
||
task :default => [:build] | ||
task default: [:build] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters