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

Commit 5bcaca6

Browse files
committed
docs: Update README.md
1 parent cf4564c commit 5bcaca6

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,12 @@ For more information on configure your environment, [see the document in Nakdown
143143
"exportConfig": {
144144
"recursiveExport": true,
145145
"createPageDirectory": true,
146-
"addMetadata": false,
147-
"lowerPathname": false,
148-
"lowerFilename": false,
149-
"lineBreak": false
146+
"addMetadata": true,
147+
"appendCreatedTime": true,
148+
"generateSlug": true
150149
},
151150
"databaseConfig": {
152151
"categoryColumnName": "Category",
153-
"tagsColumnName": "Tags",
154-
"createdTimeColumnName": "Created Time",
155152
"statusColumnName": "Status",
156153
"currentStatus": "✅ Completed",
157154
"nextStatus": "🖨 Published"

docs/README.ko.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,12 @@ Narkdown은 문서들을 어떻게 추출할 것인지에 대해 몇가지 환
142142
"exportConfig": {
143143
"recursiveExport": true,
144144
"createPageDirectory": true,
145-
"addMetadata": false,
146-
"lowerPathname": false,
147-
"lowerFilename": false,
148-
"lineBreak": false
145+
"addMetadata": true,
146+
"appendCreatedTime": true,
147+
"generateSlug": true
149148
},
150149
"databaseConfig": {
151150
"categoryColumnName": "Category",
152-
"tagsColumnName": "Tags",
153-
"createdTimeColumnName": "Created Time",
154151
"statusColumnName": "Status",
155152
"currentStatus": "✅ Completed",
156153
"nextStatus": "🖨 Published"

0 commit comments

Comments
 (0)