Skip to content

Commit 7b90225

Browse files
authored
Add missing pages, add ContentMissing component to blank pages (#881)
1 parent 2d76b18 commit 7b90225

File tree

6 files changed

+23
-1
lines changed

6 files changed

+23
-1
lines changed

packages/website/src/pages/docs/reference/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"config": "Config",
3-
"nodejs": "API",
3+
"api": "API",
44
"documentation": "Documentation",
55
"file-state": "FileState",
66
"handlers": "Handlers"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import ContentMissing from '@/components/ContentMissing';
2+
3+
# API
4+
5+
<ContentMissing />
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import ContentMissing from '@/components/ContentMissing';
2+
3+
# Config
4+
5+
<ContentMissing />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
import ContentMissing from '@/components/ContentMissing';
2+
13
# Flow
4+
5+
<ContentMissing />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
import ContentMissing from '@/components/ContentMissing';
2+
13
# PropTypes
4+
5+
<ContentMissing />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
import ContentMissing from '@/components/ContentMissing';
2+
13
# TypeScript
4+
5+
<ContentMissing />

0 commit comments

Comments
 (0)