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 d54bfe2 commit 0d935a6Copy full SHA for 0d935a6
settings/global.mdx
@@ -699,6 +699,20 @@ Every documentation site requires a `docs.json` file that contains the core conf
699
</Expandable>
700
</ResponseField>
701
702
+### Errors
703
+
704
+<ResponseField name="errors" type="object">
705
+ <Expandable title="Errors">
706
+ <ResponseField name="404" type="object">
707
+ <Expandable title="404">
708
+ <ResponseField name="redirect" type="boolean">
709
+ Whether to redirect to the home page, if the page is not found
710
+ </ResponseField>
711
+ </Expandable>
712
713
714
+</ResponseField>
715
716
## Best Practices
717
718
When configuring your `docs.json` file, consider these best practices:
0 commit comments