Documentation Index
Fetch the complete documentation index at: https://makeswift-sasha-eng-8460-create-a-guide-for-troubleshooting.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Arguments
-
The path of the page.
-
Options for site version and locale.
Return type
An opaque
Snapshot object that is only intended to be rendered by the
<Page> component.Examples
Basic usage
The following example sets up a catch all route where page snapshots are fetched from Makeswift and rendered using the<Page> component.
Localization
The following example uses thelocale param in getStaticProps to fetch a localized snapshot of a page.
pages/[[...path]].tsx