apollo-server/docs
Laurin Quast df51fd90da Setup prettier (#724)
* Setup prettier and precommit hooks

* Format code with prettier

* Use husky because it works...

* Move prettier config to .prettierrc file

* Implement fixing markdown file formatting when running lint-fix script

* Format markdown files

* Add .json file formatting

* Fixes json file formatting

* Add pretteir linting step

* Remove tslint

* Use gitignore for prettier

* Fix linting errors

* Ignore submodule folder
2018-01-08 15:08:01 -08: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 Setup prettier (#724) 2018-01-08 15:08:01 -08: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