/engine-docs

Documentation for Apollo Engine

Primary LanguageCSS

Engine Docs

This is the documentation for Apollo Engine, a GraphQL gateway that adds features like performance tracing, error tracking, caching, and more to your GraphQL server.

Read the docs here.

Sign into engine here.

Running the docs locally

First, clone the repository. Then:

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

We use a git submodule to load the documentation theme, which is why you need one extra step.