Skip to content

Commit

Permalink
Merge pull request #56 from OpenNyAI/prune-old-documentation
Browse files Browse the repository at this point in the history
Prune old documentation
  • Loading branch information
shreypandey authored May 25, 2024
2 parents 10ee3ea + b4cc9d3 commit 6192e9d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 207 deletions.
152 changes: 0 additions & 152 deletions DeepDive.md

This file was deleted.

14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# JB Manager
Jugalbandi v2 that supports both information and actions. Now an NGO, Government Department or Social Enterprise user can build with the Jugalbandi Studio and with one-click deploy their bot and make it available to their beneficiaries.
# Jugalbandi Manager

We have repackaged the code into an event-driven architecture to make it scalable and also composable to meet varying needs.
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.

![](docs/assets/jb-manager.png)

## Deep Dive
To deep dive into the architecture and various components, look [here](DeepDive.md)

## Local Setup
Please look at the [Setup Notes](Setup.md) for local system setup.

## Developer Notes (moved)
Please look at the updated [Developer Notes](Developer.md).
Read the documentation [here](https://opennyai.github.io/Jugalbandi-Manager/)
42 changes: 0 additions & 42 deletions Setup.md

This file was deleted.

2 changes: 1 addition & 1 deletion Developer.md → docs/how-tos/Developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It's important that we test the data contracts (input / output JSONs) for our se
./scripts/read-message.sh topic
```

![](docs/assets/local-terminal.png)
![](../assets/local-terminal.png)

## Setting up Local DB

Expand Down
3 changes: 2 additions & 1 deletion docs/how-tos/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
layout: default
title: How to Guides
---
---
1. [Local Development](Developer.md)

0 comments on commit 6192e9d

Please sign in to comment.