Skip to content

Commit 195017d

Browse files
committed
docs: update README for ../dist output path
1 parent aacec68 commit 195017d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The consuming website replaces this placeholder with the actual base URL at runt
5151

5252
**Input:** `../blog/` and `../material/` folders with Markdown READMEs
5353

54-
**Output:** `./dist/` folder with:
55-
- `dist/blog/list.json` - Light blog list for overview
56-
- `dist/blog/{slug}/entry.json` - Full blog entry
57-
- `dist/material/list.json` - Light material list
58-
- `dist/material/{slug}/entry.json` - Full material entry
54+
**Output:** `../dist/` folder (parent directory) with:
55+
- `../dist/blog/list.json` - Light blog list for overview
56+
- `../dist/blog/{slug}/entry.json` - Full blog entry
57+
- `../dist/material/list.json` - Light material list
58+
- `../dist/material/{slug}/entry.json` - Full material entry

0 commit comments

Comments
 (0)