Skip to content

Commit e0d35b9

Browse files
authored
Remove ManagingRelations component from Query Engine API docs (#2771)
1 parent 7ec397b commit e0d35b9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docusaurus/docs/cms/api/query-engine/single-operations.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ tags:
1515
- update()
1616
---
1717

18-
import ManagingRelations from '/docs/snippets/managing-relations.md'
1918
import ConsiderDocumentService from '/docs/snippets/consider-document-service.md'
2019
import QueryEnginePrereqs from '/docs/snippets/query-engine-prereqs.md'
2120

@@ -141,8 +140,6 @@ const entry = await strapi.db.query('api::blog.article').create({
141140
});
142141
```
143142

144-
<ManagingRelations components={props.components} />
145-
146143
## update()
147144

148145
:::note
@@ -173,8 +170,6 @@ const entry = await strapi.db.query('api::blog.article').update({
173170
});
174171
```
175172

176-
<ManagingRelations components={props.components} />
177-
178173
## delete()
179174

180175
:::note

0 commit comments

Comments
 (0)