DOCS Remove backticks from gatsby metadata in docs. (#10357)

This commit is contained in:
Guy Sartorelli 2022-06-15 13:33:11 +12:00 committed by GitHub
parent be19fa7f3d
commit 139fa07bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
---
title: Adding DataObjects to the schema
summary: An overview of how the `DataObject` model can influence the creation of types, queries, and mutations
summary: An overview of how the DataObject model can influence the creation of types, queries, and mutations
---
# Working with DataObjects

View File

@ -1,6 +1,6 @@
---
title: `DataObject` query plugins
summary: Learn about some of the useful goodies that come pre-packaged with `DataObject` queries
title: DataObject query plugins
summary: Learn about some of the useful goodies that come pre-packaged with DataObject queries
---
# Working with DataObjects

View File

@ -1,6 +1,6 @@
---
title: `DataObject` operation permissions
summary: A look at how permissions work for `DataObject` queries and mutations
title: DataObject operation permissions
summary: A look at how permissions work for DataObject queries and mutations
---
# Working with DataObjects

View File

@ -1,6 +1,6 @@
---
title: `DataObject` inheritance
summary: Learn how inheritance is handled in `DataObject` types
title: DataObject inheritance
summary: Learn how inheritance is handled in DataObject types
---
# Working with DataObjects

View File

@ -1,6 +1,6 @@
---
title: Working with generic types
summary: Break away from the magic of `DataObject` models and build types and queries from scratch.
summary: Break away from the magic of DataObject models and build types and queries from scratch.
icon: clipboard
---