diff --git a/docs/advanced-features/preview-mode.md b/docs/advanced-features/preview-mode.md new file mode 100644 index 0000000000000..f45a6446c94e3 --- /dev/null +++ b/docs/advanced-features/preview-mode.md @@ -0,0 +1,5 @@ +--- +description: Next.js has the preview mode for statically generated pages. You can learn how it works here. +--- + +# Preview Mode diff --git a/docs/manifest.json b/docs/manifest.json index fb6dd32df41a1..1f934f9a4029a 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -80,6 +80,10 @@ { "title": "Advanced Features", "routes": [ + { + "title": "Preview Mode", + "path": "/docs/advanced-features/preview-mode.md" + }, { "title": "Dynamic Import", "path": "/docs/advanced-features/dynamic-import.md"