BotSharp/docs
geffzhang ccb825794b
Update installation.md
Launch a BotSharp UI (Optional)
2024-02-15 18:07:07 +08:00
..
agent Standarderize agent type. 2024-01-25 22:32:48 -06:00
architecture Support multi-agent with different profile. 2024-01-24 17:02:59 -06:00
channels ITrackableMessage 2023-10-27 10:18:48 -05:00
conversation Add timer to ITokenStatistics and update docs. 2023-09-29 13:08:42 -05:00
knowledge-base doc improvement. 2023-08-14 12:12:22 -05:00
llm LLM Load balance #252 2024-01-21 20:39:13 -06:00
quick-start Update installation.md 2024-02-15 18:07:07 +08:00
static Add pizza bot router. 2024-01-27 19:02:33 -06:00
conf.py AgentTask 2024-02-02 16:36:05 -06:00
index.rst Release v0.21.0 2023-12-31 12:08:56 -06:00
make.bat relocate index.rst 2018-08-19 16:36:06 -05:00
Makefile relocate index.rst 2018-08-19 16:36:06 -05:00
Name-Entity Recognition(NER) Comparation.pdf Add files via upload 2019-01-11 13:57:40 -06:00
README.md Complete the getting started document 2023-07-31 19:57:11 -05:00
requirements.txt sphinx-rtd-theme 2023-10-08 19:37:48 -05:00

How to contribute docs

We use Sphinx to build document, please make sure you installed the appropriate Sphinx plugins before making the docs.

pip install -U sphinx
pip install recommonmark
pip install sphinx_rtd_theme
pip install myst-parser
cd docs
./make html