From e6ca16adaae0b37b9a8d5533dc14c66aa9357fc1 Mon Sep 17 00:00:00 2001 From: Denis Kisselev Date: Fri, 30 May 2014 22:43:07 -0700 Subject: [PATCH] Adding Breadcrumbs to Getting Started --- docs/00_Getting_Started.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/00_Getting_Started.md b/docs/00_Getting_Started.md index 608e3f6..d1b0413 100644 --- a/docs/00_Getting_Started.md +++ b/docs/00_Getting_Started.md @@ -243,6 +243,15 @@ By default, Daux.io will create clean url's that do not include index.php. On se } ``` +###Breadcrumb titles +Daux.io provides the option to present page titles as breadcrumb navigation. + +```json +{ + "breadcrumbs": true +} +``` + ###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.