You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Fornax.Core/Model.fs
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1327,17 +1327,23 @@ module Config =
1327
1327
| Once
1328
1328
///Generator runs once, for given filename (file name is relative to project root, for example `post/post.md`). It runs only if the given file exist.
1329
1329
| OnFile offilename:string
1330
-
///Generator runs for any file with given extension (for example `md`)
1330
+
///Generator runs for any file with given extension (for example `md`).
1331
1331
| OnFileExt ofextension:string
1332
-
///Generator runs for any file matching predicate. Parameters of predicate are absolut path to project root, and path to the file relative to project root.
1332
+
///Generator runs for any file matching predicate. Parameters of predicate are absolute path to project root, and path to the file relative to project root.
0 commit comments