Skip to content

Commit

Permalink
Merge pull request #71 from tessel/add-network-api-route
Browse files Browse the repository at this point in the history
Adds route for Network API docs
  • Loading branch information
HipsterBrown committed May 1, 2016
2 parents 37a77e7 + c80236d commit f89b831
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@ var rawDocs = {
updated: null,
newlink: '/docs/hardwareAPI'
},
networkAPI: {
type: 'API',
clean: "Network API",
url: 'https://raw.githubusercontent.com/tessel/t2-docs/master/network-api.md',
text: '',
updated: null,
newlink: '/docs/networkAPI'
},
modules: {
type: 'API',
clean: "Modules",
Expand Down

0 comments on commit f89b831

Please sign in to comment.