Skip to content

mifkamaz/apiblueprint.org

 
 

Repository files navigation

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.

$ rake serve

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.

About

API Blueprint Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.4%
  • HTML 28.5%
  • Ruby 21.1%
  • JavaScript 6.0%