Skip to content

Commit

Permalink
Merge pull request #35 from funkyboy/master
Browse files Browse the repository at this point in the history
New format for documentation
  • Loading branch information
funkyboy committed Feb 17, 2014
2 parents bca9c77 + c9a6c62 commit 60d7af6
Show file tree
Hide file tree
Showing 221 changed files with 6,147 additions and 18,650 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

73 changes: 0 additions & 73 deletions Advanced/hacking.rst

This file was deleted.

7 changes: 0 additions & 7 deletions Advanced/index.rst

This file was deleted.

29 changes: 29 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# If you have OpenSSL installed, we recommend updating
# the following line to use "https"
source 'http://rubygems.org'

gem "middleman", "~>3.2.0"

# For syntax highlighting
gem "middleman-syntax"

# Plugin for middleman to generate Github pages
gem 'middleman-gh-pages'

# Live-reloading plugin
gem "middleman-livereload", "~> 3.1.0"

gem 'redcarpet', :git => 'https://github.com/vmg/redcarpet.git'

# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]

# Failed to start middleman without this
gem "therubyracer"

# Cross-templating language block fix for Ruby 1.8
platforms :mri_18 do
gem "ruby18_source_location"
end

gem "rake", "~> 10.1.0"
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2008-2013 Concur Technologies, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
153 changes: 0 additions & 153 deletions Makefile

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docs
====

BaasBox documentation
See: [http://www.baasbox.com/documentation](http://www.baasbox.com/documentation)
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require 'middleman-gh-pages'

task :default => [:build]
Binary file removed RestAPI/.DS_Store
Binary file not shown.
Binary file removed RestAPI/Admin/.DS_Store
Binary file not shown.
10 changes: 0 additions & 10 deletions RestAPI/Admin/admin_application_settings.rst

This file was deleted.

Loading

0 comments on commit 60d7af6

Please sign in to comment.