From 8c04e845045006394de45504a06774190ab3b561 Mon Sep 17 00:00:00 2001 From: kisselev Date: Mon, 29 Jul 2013 11:54:45 -0700 Subject: [PATCH] Documentation updates --- README.md | 8 ++++++++ docs/00_Getting_Started.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/README.md b/README.md index d4963cf..41b9d4f 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,14 @@ If your server does not have a default timezone set in php.ini, it may return er "timezone": "America/Los_Angeles" } +###Date Modified +By default, daux.io will display the last modified time as reported by the system underneath the title for each document. To disable this, change the option in your config.json to false. + +```json +{ + "date_modified": false +} +``` ## Running Remotely diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index 3cd1f32..77574f0 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -167,6 +167,15 @@ Set custom files and entire folders to ignore within your `/docs` folder. For fi } } +###Date Modified +By default, daux.io will display the last modified time as reported by the system underneath the title for each document. To disable this, change the option in your config.json to false. + +```json +{ + "date_modified": false +} +``` + ## Running Remotely Copy the files from the repo to a web server that can run PHP 5.3 or greater.