BotSharp/docs
2023-12-31 12:08:56 -06:00
..
agent
architecture
channels
conversation
knowledge-base
llm
quick-start
static
conf.py
index.rst
make.bat
Makefile
Name-Entity Recognition(NER) Comparation.pdf
README.md
requirements.txt

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