Skip to content
This repository was archived by the owner on Nov 14, 2021. It is now read-only.

Commit bc0c94b

Browse files
committed
feat: Remove docsDir and filters from config
1 parent c902fa5 commit bc0c94b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

narkdown.config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"exportConfig": {
3-
"docsDirectory": "./docs/v1.2.1/",
43
"recursiveExport": true,
54
"createPageDirectory": true,
65
"addMetadata": false,
@@ -14,7 +13,6 @@
1413
"createdTimeColumnName": "Created Time",
1514
"statusColumnName": "Status",
1615
"currentStatus": "✅ Completed",
17-
"nextStatus": "🖨 Published",
18-
"filters": {}
16+
"nextStatus": "🖨 Published"
1917
}
2018
}

0 commit comments

Comments
 (0)