From b1c2265aa51d8b6862383cf6a3e62821436fae77 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Wed, 5 Jul 2017 13:59:33 +0200 Subject: [PATCH] Updated missing file mess --- MarkdownSource/notfound.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MarkdownSource/notfound.md diff --git a/MarkdownSource/notfound.md b/MarkdownSource/notfound.md new file mode 100644 index 0000000..7735568 --- /dev/null +++ b/MarkdownSource/notfound.md @@ -0,0 +1,6 @@ +Not found (404) page +==================== + +`Docnet` will automatically create a not found (404) page in the root of the destination folder named `404.htm`. + +If no `404.md` file is found in the root of the source folder, the file will be generated with default content. If a file is found, the `404.md` will be used to generate the not found (404) page. \ No newline at end of file