From eb14a176861f138ce95a79b275914b2d2ffee32e Mon Sep 17 00:00:00 2001 From: Sameer Segal Date: Wed, 22 May 2024 10:23:16 +0530 Subject: [PATCH] Added index file for each type of documentation --- docs/_config.yml | 2 +- docs/explanations/.gitkeep | 0 docs/explanations/index.md | 4 ++++ docs/how-tos/.gitkeep | 0 docs/how-tos/index.md | 4 ++++ docs/index.md | 12 ++++++------ docs/references/.gitkeep | 0 docs/references/index.md | 4 ++++ docs/tutorials/.gitkeep | 0 docs/tutorials/index.md | 4 ++++ 10 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 docs/explanations/.gitkeep create mode 100644 docs/explanations/index.md delete mode 100644 docs/how-tos/.gitkeep create mode 100644 docs/how-tos/index.md delete mode 100644 docs/references/.gitkeep create mode 100644 docs/references/index.md delete mode 100644 docs/tutorials/.gitkeep create mode 100644 docs/tutorials/index.md diff --git a/docs/_config.yml b/docs/_config.yml index 738a6e42..7e1ec6be 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ title: JB Manager -description: Official Documentation for Jugalbandi Manager +description: Full AI-powered conversational chatbot platform. theme: jekyll-theme-cayman source: docs diff --git a/docs/explanations/.gitkeep b/docs/explanations/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/explanations/index.md b/docs/explanations/index.md new file mode 100644 index 00000000..81476413 --- /dev/null +++ b/docs/explanations/index.md @@ -0,0 +1,4 @@ +--- +layout: default +title: Explanations +--- \ No newline at end of file diff --git a/docs/how-tos/.gitkeep b/docs/how-tos/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/how-tos/index.md b/docs/how-tos/index.md new file mode 100644 index 00000000..dfaef903 --- /dev/null +++ b/docs/how-tos/index.md @@ -0,0 +1,4 @@ +--- +layout: default +title: How to Guides +--- \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 529dac15..d1645af8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,13 +1,13 @@ --- layout: default -title: Home +title: Jugalbandi Manager --- -# Welcome to Jugalbandi Manager +Jugalbandi (JB) Manager is a full AI-powered conversational chatbot platform. It's platform agnostic and can serve multiple channels such as WhatsApp or custom web interfaces. It can handle conversations in both text and voice across any language. It comes with Bhashini Speech models out of the box and can failover to Azure. The documentation is organized as follows: -1. Tutorials -2. How to guides -3. References -4. Explanations +1. [Tutorials](/docs/tutorials/) +2. [How to guides](/docs/how-tos/) +3. [References](/docs/references/) +4. [Explanations](/docs/references/) diff --git a/docs/references/.gitkeep b/docs/references/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/references/index.md b/docs/references/index.md new file mode 100644 index 00000000..1dc41851 --- /dev/null +++ b/docs/references/index.md @@ -0,0 +1,4 @@ +--- +layout: default +title: References +--- \ No newline at end of file diff --git a/docs/tutorials/.gitkeep b/docs/tutorials/.gitkeep deleted file mode 100644 index e69de29b..00000000 diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md new file mode 100644 index 00000000..a651d482 --- /dev/null +++ b/docs/tutorials/index.md @@ -0,0 +1,4 @@ +--- +layout: default +title: Tutorials +--- \ No newline at end of file