From 5dabd0ddd96ef38a1b487b16022ec41c6f24792d Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 31 Jan 2021 14:22:39 +0000
Subject: [PATCH] Update docs

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

diff --git a/exampleSite/content/docs/compose/search.md b/exampleSite/content/docs/compose/search.md
index 3dfa6e6..9de48e7 100644
--- a/exampleSite/content/docs/compose/search.md
+++ b/exampleSite/content/docs/compose/search.md
@@ -4,6 +4,14 @@
 weight = 8
 +++
 
+Firstly, ensure you have these lines inside your config.toml file
+
+```toml
+[outputs]
+   home = ["HTML", "RSS","JSON"]
+```
+
+
 Compose implements `fuse.js` to enable search functionality. At the time of this writing, search on these theme takes either of this forms:
 
 ### 1. Passive search
@@ -37,4 +45,4 @@
 
 Else the search query must be at least 2 characters long.
 
-<!-- This behaviour will change. -->
\ No newline at end of file
+<!-- This behaviour will change. -->

--
Gitblit v1.10.0