You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.. | ||
assets/pic | 2 weeks ago | |
configuration | 2 weeks ago | |
contributing | 2 weeks ago | |
examples | 2 weeks ago | |
faq | 2 weeks ago | |
installation | 2 weeks ago | |
integrations | 2 weeks ago | |
overrides | 2 weeks ago | |
stylesheets | 2 weeks ago | |
usage | 2 weeks ago | |
README.md | 2 weeks ago | |
future_plans.md | 2 weeks ago | |
index.md | 2 weeks ago |
README.md
DeepSearcher Documentation
This directory contains the documentation for DeepSearcher, powered by MkDocs.
Setup
- Install MkDocs and required plugins:
pip install mkdocs mkdocs-material mkdocs-jupyter pymdown-extensions
- Clone the repository:
git clone https://github.com/zilliztech/deep-searcher.git
cd deep-searcher
Development
To serve the documentation locally:
mkdocs serve
This will start a local server at http://127.0.0.1:8000/ where you can preview the documentation.
Building
To build the static site:
mkdocs build
This will generate the static site in the site
directory.
Deployment
The documentation is automatically deployed when changes are pushed to the main branch using GitHub Actions.