Skip to content

Commit

Permalink
Add preview mode file
Browse files Browse the repository at this point in the history
  • Loading branch information
chibicode committed Mar 5, 2020
1 parent b86aff4 commit 87871a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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
4 changes: 4 additions & 0 deletions docs/manifest.json
Expand Up @@ -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"
Expand Down

0 comments on commit 87871a8

Please sign in to comment.