From 87871a87db03b324d69e64560f933aacd22b7f2d Mon Sep 17 00:00:00 2001 From: Shu Uesugi Date: Thu, 5 Mar 2020 10:18:54 -0800 Subject: [PATCH] Add preview mode file --- docs/advanced-features/preview-mode.md | 5 +++++ docs/manifest.json | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 docs/advanced-features/preview-mode.md 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"