docs: Use sentence case for title names. (#1258)

Ref: https://docs-docs.netlify.com/docs/docs/formatting.html#sentence-case
This commit is contained in:
Jesse Rosenberger 2018-06-27 20:01:40 +03:00 committed by Evans Hauser
parent 28cec7e92f
commit ea25edc776
5 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
---
title: CDN Integration
title: CDN integration
description: Getting content delivery networks to cache GraphQL responses
---

View file

@ -1,5 +1,5 @@
---
title: Data Sources
title: Data sources
description: Caching Partial Query Results
---

View file

@ -1,6 +1,6 @@
---
title: File Uploads
description: Implementing File Uploads on Apollo Server
title: File uploads
description: Implementing file uploads on Apollo Server
---
File uploads are a requirement for many applications. Apollo Server supports the [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) for uploading files as mutation arguments using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server).

View file

@ -1,5 +1,5 @@
---
title: Monitoring and Metrics
title: Monitoring and metrics
description: How to monitor Apollo Server's performance
---

View file

@ -1,5 +1,5 @@
---
title: Schema Types
title: Schema types
description: How to write your types, expose your data, and keep it all working great
---