We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacec68 commit 195017dCopy full SHA for 195017d
1 file changed
README.md
@@ -51,8 +51,8 @@ The consuming website replaces this placeholder with the actual base URL at runt
51
52
**Input:** `../blog/` and `../material/` folders with Markdown READMEs
53
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
+**Output:** `../dist/` folder (parent directory) with:
+- `../dist/blog/list.json` - Light blog list for overview
+- `../dist/blog/{slug}/entry.json` - Full blog entry
+- `../dist/material/list.json` - Light material list
+- `../dist/material/{slug}/entry.json` - Full material entry
0 commit comments