Skip to content

Commit

Permalink
Moved assets to under docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersegal committed May 22, 2024
1 parent 59f7fa8 commit 50cedfc
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DeepDive.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This document explains the inner workings of the JB Manager. It also provides th

All the services are generic i.e. they are designed for multiple bots or use cases. The only customization that exists lies in the tiny bot code (finite state machine code) which is published by the Studio.

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

Language Flow
![](assets/language%20flow.png)
![](docs/assets/language%20flow.png)


## DB Structure
Expand Down
2 changes: 1 addition & 1 deletion 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
```

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

## Setting up Local DB

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Jugalbandi v2 that supports both information and actions. Now an NGO, Government

We have repackaged the code into an event-driven architecture to make it scalable and also composable to meet varying needs.

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

## Deep Dive
To deep dive into the architecture and various components, look [here](DeepDive.md)
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 50cedfc

Please sign in to comment.