Skip to content

Commit

Permalink
#112 (update): Deploy Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilson committed Dec 2, 2017
1 parent 739bceb commit 4b20109
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
4 changes: 2 additions & 2 deletions api/jwt.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ module.exports = jwt({
cache: true,
rateLimit: true,
jwksRequestsPerMinute: 5,
jwksUri: 'https://vet-support.auth0.com/.well-known/jwks.json',
jwksUri: 'https://vet-support.auth0.com/.well-known/jwks.json'
}),
audience: 'https',
issuer: 'https://vet-support.auth0.com/',
algorithms: ['RS256'],
algorithms: ['RS256']
})
9 changes: 9 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ Description
You can either read the docs in the README files or generate the documentation
website and read the docs using a browser.

## How to build the api docs

```
cd ../api
yarn docs
yarn md-docs
cp api.md ../docs/static
```

## How to run the docs

```
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"typeface-roboto": "^0.0.45"
},
"scripts": {
"dev": "poi"
"dev": "poi",
"build": "poi build"
},
"devDependencies": {
"poi-preset-react": "^9.2.0"
Expand Down
22 changes: 13 additions & 9 deletions docs/static/summary.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Veteran Support Base
# Veteran Support Base App

Veteran Support Base manages the representation of many resources
(organizations) filled with dedicated men and women committed to serving our
veterans and families. There can be no doubt that these people care a great deal
for our warriors. We are grateful for the sacrifices of our veterans and their
families. Now, please receive our gratitude and our desire to serve you with
that same spirit of excellence.
VSBA is an open source application that enables veteran support organizations to
create a mobile friendly app providing local resources for their local veteran
community. Any veteran organization can use this application to build a mobile
online resource experience.

## Contents
## Getting Started

* [Requirements](requirements)
* [Installation](installation)
* [Configuration](config)
* [Deploy](deploy)

## Contributing

* [Summary](summary)
* [User Stories](user-stories)
* [Wireframes](wireframes)
* [API](api)
Expand Down

0 comments on commit 4b20109

Please sign in to comment.