Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agongdai committed Jul 14, 2015
1 parent 2e22c87 commit a5f4fd6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
source 'http://rubygems.org'

# Middleman
gem 'middleman', '~>3.3.10'
Expand All @@ -7,6 +7,7 @@ gem 'middleman-syntax', '~> 2.0.0'
gem 'middleman-autoprefixer', '~> 2.4.4'
gem 'rouge', '~> 1.9.0'
gem 'redcarpet', '~> 3.3.1'
gem 'ffi', '~> 1.9.6'

gem 'rake', '~> 10.4.2'
gem 'therubyracer', '~> 0.12.1', platforms: :ruby
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: https://rubygems.org/
remote: http://rubygems.org/
specs:
activesupport (4.1.11)
i18n (~> 0.6, >= 0.6.9)
Expand Down Expand Up @@ -31,7 +31,8 @@ GEM
sass (>= 3.2, < 3.5)
erubis (2.7.0)
execjs (2.5.2)
ffi (1.9.8)
ffi (1.9.6)
ffi (1.9.6-x64-mingw32)
haml (4.0.6)
tilt
hike (1.2.3)
Expand Down Expand Up @@ -128,8 +129,10 @@ GEM

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
ffi (~> 1.9.6)
middleman (~> 3.3.10)
middleman-autoprefixer (~> 2.4.4)
middleman-gh-pages (~> 0.0.3)
Expand All @@ -138,3 +141,6 @@ DEPENDENCIES
redcarpet (~> 3.3.1)
rouge (~> 1.9.0)
therubyracer (~> 0.12.1)

BUNDLED WITH
1.10.5
2 changes: 2 additions & 0 deletions source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ search: true

# Introduction

Modified by Carl.

Welcome to the Kittn API! You can use our API to access Kittn API endpoints, which can get information on various cats, kittens, and breeds in our database.

We have language bindings in Shell, Ruby, and Python! You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right.
Expand Down

0 comments on commit a5f4fd6

Please sign in to comment.