All Projects → apiaryio → apiblueprint.org

apiaryio / apiblueprint.org

Licence: MIT license
API Blueprint Website

Programming Languages

CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

API Blueprint Website

Usage

To be able to build and view the website locally, you will first need to install its dependencies:

$ bundle install

Preview Website

Using middleman, you can run a development server which will live-build the API Blueprint website.

$ bundle exec rake

Adding a new tool

Open the file data/tools.yaml and add a new entry for your tool.

$ cat << 'EOF' >> data/tools.yaml
- name: Hyperdrive
  summary: Hyperdrive allows you to build Swift applications that can evolve at run-time powered by API Blueprint.
  url: https://github.com/the-hypermedia-project/Hyperdrive
  tags:
    - client
EOF

Deployment

Circle CI will automatically deploy any changes made to master directly to GitHub pages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].