Skip to content

Commit 2e82c7e

Browse files
authored
Merge pull request #8008 from apollographql/ms/add-meta-subtitle-description
docs: add subtitle and meta description to top-level pages
2 parents dcdd005 + 3616e09 commit 2e82c7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/source/getting-started.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Get Started with Apollo Server
3-
description: ''
3+
subtitle: Set up a simple GraphQL API with TypeScript or JavaScript
4+
description: Learn how to create a basic GraphQL server with Apollo Server using TypeScript or JavaScript. This tutorial covers schema definition, data management, and executing queries.
45
---
56

67
This tutorial helps you:

docs/source/index.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Introduction to Apollo Server
3+
subtitle: Learn how to build scalable, production-ready GraphQL APIs
4+
description: Learn how Apollo Server simplifies building GraphQL APIs with its straightforward setup and support for any data source or client.
35
---
46

57
> 📣 **Apollo Server 4 is generally available!**

0 commit comments

Comments
 (0)