Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 4f5cb8a

Browse files
authored
Merge pull request #213 from navigateconsulting/doc-update
Doc update
2 parents 8bb750b + 8909b4f commit 4f5cb8a

File tree

10 files changed

+63
-27
lines changed

10 files changed

+63
-27
lines changed

RELEASE.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release 2.0.3
1+
# Release X.X.X
22

33
<INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
44

@@ -23,11 +23,21 @@
2323
* <NOTES SHOULD BE GROUPED PER AREA>
2424

2525

26-
27-
# Release 2.0.3 (Up coming Release )
26+
# Release Candidate
2827

2928
Bug fixes
29+
30+
## Major Features and Improvements
31+
32+
33+
## Bug Fixes and Other Changes
34+
35+
* [213](https://github.com/navigateconsulting/eva/pull/213) Updated documentation
3036

37+
# Release 2.0.3
38+
39+
Bug fixes
40+
3141
## Major Features and Improvements
3242

3343
* [209](https://github.com/navigateconsulting/eva/pull/209) Rasa version upgrade to 1.10.3

Readme.md

Lines changed: 50 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,46 @@
1010
<p><h2>Enterprise Virtual Assistant (EVA)</h2></p>
1111
</div>
1212

13-
## Table of Contents
13+
# Table of Contents
1414

1515
* [About the Project](#about-the-project)
1616
* [Built With](#built-with)
1717
* [Getting Started](#getting-started)
1818
* [Prerequisites](#prerequisites)
1919
* [Installation](#installation)
20-
* [Usage](#usage)
20+
* [Documentation](#Documentation)
2121

22-
## About The Project
22+
# About The Project
2323

24-
### Built With
24+
An Easy to use application to build train and deploy chat bots. This project intends to be a one stop shop for all production grade chat bot needs
2525

26-
We used below projects to build the application stack.
26+
A snippet of how this application works !
2727

28-
[Rasa Open Source](https://github.com/RasaHQ/rasa)
28+
![Try Now screen Demo](docs/assets/gifs/try-now.gif)
2929

30+
## Built With
3031

31-
The Application stack is built with below technologies
32+
We used below projects as chat bot framework.
3233

33-
Angular - For front end development.
34-
35-
Python Flask - For API backend.
36-
37-
mongodb - As a Database for storing Rasa projects.
34+
* [Rasa Open Source](https://github.com/RasaHQ/rasa) Version 1.10.3
3835

39-
redis - As a caching layer between UI and Backend.
36+
The Application stack is built with Python as backend and Angular as front end.
4037

41-
## Getting Stated
38+
# Getting Stated
4239

4340
We use [Docker hub](https://hub.docker.com/u/navigateconsulting) to publish docker container images.
4441

45-
### Prerequisites
42+
## Prerequisites
4643

4744
- Docker version 18.09 onwards. (not tested on previous versions)
4845
- Docker Compose version 1.24 onwards (not tested on previous versions)
4946
- Linux Distributions (Windows not supported as of now, tested on ubuntu)
5047

51-
### Installation
48+
## Installation
5249

5350
If the project is to be deployed for production, please follow instructions for production deployment in below section
5451

55-
#### Quick Installation
52+
### Quick Installation
5653

5754
Download the docker-compose.yml file with below command
5855

@@ -64,7 +61,7 @@ And start the application with a simple docker compose up command.
6461

6562
This will start the application user interface on port 8080.
6663

67-
#### Production Mode
64+
### Production Mode
6865

6966
For production deployment, all the user interface containers are recommended to be on TLS. Refer docker-compose.tls_example.yml file
7067
for how to configure and secure the deployment. Example contains a Letscert container which handles certificates and reissue on expiry.
@@ -111,7 +108,7 @@ and once the containers are up, start the application stack.
111108

112109
docker-compose up -d
113110

114-
#### For Development
111+
### For Development
115112

116113
If you intent to extend the stack and make changes to the code base , follow below instructions to clone the repo and build containers from source
117114

@@ -122,13 +119,42 @@ If you intent to extend the stack and make changes to the code base , follow bel
122119

123120
**Note: docker-compose.yml file uses docker hub to pull docker containers and does not build from source.
124121

125-
### Documentation
122+
# Documentation
123+
124+
Below are some short examples on how to use this application , detailed documentation on usage can be found [here](https://navigateconsulting.github.io/eva/docs/usage/)
125+
126+
1. Creating an Intent
127+
128+
![Creating an Intent](docs/assets/gifs/create-intent.gif)
129+
130+
2. Creating a Response
131+
132+
![Creating a Response](docs/assets/gifs/create-response.gif)
133+
134+
3. Creating a Story
135+
136+
![Creating a Story](docs/assets/gifs/create-story.gif)
137+
138+
4. Try your Project
139+
140+
![Try your Project](docs/assets/gifs/try-now.gif)
141+
142+
143+
# Roadmap
144+
145+
See the open issues for a list of proposed features (and known issues).
146+
147+
# Contributing
148+
149+
Any contributions are Welcome ! To contribute,
126150

127-
You can find detailed documentation [here](https://navigateconsulting.github.io/virtual-assistant/)
151+
1. Fork the Project
152+
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
153+
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
154+
4. Push to the Branch (git push origin feature/AmazingFeature)
155+
5. Open a Pull Request
128156

129-
## Usage
130-
Usage instructions : [click here](docs/usage/Readme.md)
131157

132-
## License
158+
# License
133159

134160
[Apache 2.0](LICENSE)

docs/assets/gifs/create-domain.gif

293 KB
Loading

docs/assets/gifs/create-intent.gif

983 KB
Loading
423 KB
Loading
608 KB
Loading

docs/assets/gifs/create-story.gif

466 KB
Loading
1.06 MB
Loading

docs/assets/gifs/train-project.gif

203 KB
Loading

docs/assets/gifs/try-now.gif

567 KB
Loading

0 commit comments

Comments
 (0)