From 61e62285329435d781e5096590680ad6b0722592 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sat, 05 Dec 2020 20:13:15 +0000
Subject: [PATCH] update exampleSite

---
 exampleSite/content/docs/compose/shortcodes-example.md |    0 
 exampleSite/content/docs/_index.md                     |   15 ++++++++++++---
 exampleSite/content/docs/compose/shortcodes.md         |    0 
 exampleSite/content/docs/compose/use-forestry-cms.md   |    0 
 exampleSite/content/docs/compose/getting-started.md    |    0 
 exampleSite/content/docs/compose/overview.md           |    0 
 exampleSite/content/docs/compose/_index.md             |    8 ++++++++
 7 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/exampleSite/content/docs/_index.md b/exampleSite/content/docs/_index.md
index d845ca0..fa5fbe7 100644
--- a/exampleSite/content/docs/_index.md
+++ b/exampleSite/content/docs/_index.md
@@ -1,8 +1,17 @@
 ---
-title: "Compose Docs"
+title: "Themes' Docs"
 weight: 1
 ---
 
-Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates.
+These docs consists of two parts:
 
-{{< button "./getting-started/" "Get started now" >}}
\ No newline at end of file
+1. Hugo Compose Themes docs
+2. Hugo Clarity Theme docs.
+
+Please note that the features listed under each theme are independent of each other. That is to say, some features may only be found in one theme and not in both.
+
+<!-- That content is better than dummy lorem ipsum 2) That content serves a good real-world demo for this theme 3) Publish more structured docs for each theme which are better than long blocky READMEs -->
+
+{{< button "./compose/" "Compose Theme Docs" >}}
+
+{{< button "./clarity/" "Clarity Theme Docs" >}}
\ No newline at end of file
diff --git a/exampleSite/content/docs/compose/_index.md b/exampleSite/content/docs/compose/_index.md
new file mode 100644
index 0000000..d845ca0
--- /dev/null
+++ b/exampleSite/content/docs/compose/_index.md
@@ -0,0 +1,8 @@
+---
+title: "Compose Docs"
+weight: 1
+---
+
+Welcome to the Compose theme user guide! This guide shows you how to get started creating technical documentation sites using Compose, including site customization and how to use Compose's blocks and templates.
+
+{{< button "./getting-started/" "Get started now" >}}
\ No newline at end of file
diff --git a/exampleSite/content/docs/getting-started.md b/exampleSite/content/docs/compose/getting-started.md
similarity index 100%
rename from exampleSite/content/docs/getting-started.md
rename to exampleSite/content/docs/compose/getting-started.md
diff --git a/exampleSite/content/docs/overview.md b/exampleSite/content/docs/compose/overview.md
similarity index 100%
rename from exampleSite/content/docs/overview.md
rename to exampleSite/content/docs/compose/overview.md
diff --git a/exampleSite/content/docs/shortcodes-example.md b/exampleSite/content/docs/compose/shortcodes-example.md
similarity index 100%
rename from exampleSite/content/docs/shortcodes-example.md
rename to exampleSite/content/docs/compose/shortcodes-example.md
diff --git a/exampleSite/content/docs/shortcodes.md b/exampleSite/content/docs/compose/shortcodes.md
similarity index 100%
rename from exampleSite/content/docs/shortcodes.md
rename to exampleSite/content/docs/compose/shortcodes.md
diff --git a/exampleSite/content/docs/use-forestry-cms.md b/exampleSite/content/docs/compose/use-forestry-cms.md
similarity index 100%
rename from exampleSite/content/docs/use-forestry-cms.md
rename to exampleSite/content/docs/compose/use-forestry-cms.md

--
Gitblit v1.10.0