From e64c1b90bedbe2683499256c3ba22442259e16f9 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 31 Jan 2022 22:15:40 +0000
Subject: [PATCH] document change dafdedb #73

---
 exampleSite/content/docs/compose/organize-content.md |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/exampleSite/content/docs/compose/organize-content.md b/exampleSite/content/docs/compose/organize-content.md
index d4b0db7..0e130d0 100644
--- a/exampleSite/content/docs/compose/organize-content.md
+++ b/exampleSite/content/docs/compose/organize-content.md
@@ -7,7 +7,15 @@
 
 #### Documentation
 
-All your documentation content should be authored within the `docs` directory.
+By default, the theme will look for all your documentation content within the `docs` directory.
+
+However, if you would like to have your docs content across multiple directories, please list those directories inside `config/_default/params.toml` under `docSections` like so:
+
+```
+...
+docSections = ["docs", "tutorials"]
+...
+```
 
 Unlike other regular pages, the documentation pages will have a left sidebar. This sidebar will list links to all the pages in the documentation pages. Beneath each link, there will be a collapsible list of __table of contents'__ links. These nested lists will unfold automatically on the active/current page.
 

--
Gitblit v1.10.0