Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
Minor updates to readme. This fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Glasson committed Jan 24, 2019
1 parent dcbb921 commit a1a0905
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Speckle](http://spekcle.works) OpenApi Documentation
# [Speckle](https://speckle.works) OpenApi Documentation
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1319026.svg)](https://doi.org/10.5281/zenodo.1319026)


Expand All @@ -8,12 +8,16 @@

Open the `SpeckleV1OpenApiSpecs.yaml` file in the [OpenApi editor](https://editor.swagger.io//#/). You can then edit at your own ease, and suggest changes, etc.

# Build the docs
# Local build

To save time, please also follow these quick steps to build the documentation:
To build the docs locally, please follow these quick steps:

1. `npm install`
2. `npm run build-shins` - this will generate the docs (which are published via github from the `docs` folder.
3. Commit and do a PR.
2. `(cd shins && npm install)`
3. `npm run build-shins` - this will generate the docs

# Commit

The html rendering is produced by Travis. If you're pushing to the `master` branch, Travis will try to deploy the contents of the docs directory to the `gh-pages` branch.

That's it!

0 comments on commit a1a0905

Please sign in to comment.