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: guide/src/format/configuration/renderers.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,19 @@ This will generate an HTML page which will automatically redirect to the given l
322
322
323
323
When fragment redirects are specified, the page must use JavaScript to redirect to the correct location. This is useful if you rename or move a section header. Fragment redirects work with existing pages and deleted pages.
324
324
325
-
## Markdown renderer
325
+
### `.mdbookignore`
326
+
327
+
You can use a `.mdbookignore` file to exclude files from the build process.
328
+
The file is placed in the `src` directory of your book and has the same format as
0 commit comments