We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1901f6 commit 08eb13dCopy full SHA for 08eb13d
docs/plugins/nested-docs.mdx
@@ -196,7 +196,7 @@ const examplePageConfig: CollectionConfig = {
196
},
197
// Note: if you override the `filterOptions` of the `parent` field,
198
// be sure to continue to prevent the document from referencing itself as the parent like this:
199
- // filterOptions: ({ id }) => ({ id: {not_equals: id }})`
+ // filterOptions: ({ id }) => ({ id: {not_equals: id }})
200
201
),
202
createBreadcrumbsField(
0 commit comments