apollo-server/docs
2018-01-29 11:03:38 +00:00
..
assets Add additional docs files 2017-10-16 17:15:08 -07:00
public Fix docs redirect URL 2017-10-16 17:35:24 -07:00
source Setup prettier (#724) 2018-01-08 15:08:01 -08:00
themes Update sidebar link gen to avoid index.html 2017-12-12 21:35:09 -08:00
.gitignore Add additional docs files 2017-10-16 17:15:08 -07:00
_config.yml Docs improvements round 2 (#693) 2017-12-11 23:44:32 -08:00
package.json fix(deps): update dependency hexo to v3.5.0 2018-01-29 11:03:38 +00:00
README.md Create README.md 2017-12-19 07:06:48 -08:00

Apollo Server docs

Read the docs at apollographql.com/docs/apollo-server.

To run the docs app locally:

git submodule update && git submodule init
npm install
npm start