diff --git a/docs/store/index.md b/docs/store/index.md new file mode 100644 index 0000000..b10e6ff --- /dev/null +++ b/docs/store/index.md @@ -0,0 +1,17 @@ +--- +layout: home + +title: Store +titleTemplate: In-memory data store for writing stateful GraphQL mocks + +hero: + name: Store + text: In-memory data store for writing stateful GraphQL mocks + actions: + - theme: brand + text: Get Started + link: /store/getting-started + - theme: alt + text: View on GitHub + link: https://github.com/graphql-utils/store +---