Skip to content

Commit 85c38cc

Browse files
committed
fix: the frontmatter.txt sync was missing the end path
1 parent 49ac686 commit 85c38cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

data/pages/docs/metadata/frontmatter.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ cd $DOKUWIKI_HOME
5353
# optional (for farm)
5454
animal=animal-directory-name
5555
# command
56-
php ./bin/plugin.php combo metadata-to-frontmatter
56+
# php ./bin/plugin.php combo metadata-to-frontmatter dokuwikiPath
57+
# for all pages in the wiki, you would use the root (ie :)
58+
php ./bin/plugin.php combo metadata-to-frontmatter :
59+
# help
60+
php ./bin/plugin.php combo -h
5761
</code>
5862

5963

0 commit comments

Comments
 (0)