This repository is the source for the documentation of the Best-suite, which includes the Best HTTP, Best TLS Security, Best WebSockets, Best MQTT, Best Socket.IO, and Best SignalR packages, available on the Unity Asset Store.
These are the documentations compiled from this repository:
- Best HTTP Documentation
- Best TLS Security Documentation
- Best WebSockets Documentation
- Best MQTT Documentation
- Best Socket.IO Documentation
- Best SignalR Documentation
/docs
: Markdown files for documentation content of all packages, each package has its own directory./mkdocs.yml
: MkDocs and mkdocs-material configuration file./requirements.txt
: Python dependencies for mkdocs-material plugins./docs/assets/stylesheets
: Custom css files additionally to the supplied one from mkdocs-material.
I would recommend to read through the Material for MkDocs documentation, and when everything is set up you can run the following commands:
- Install dependencies with
pip install -r requirements.txt
. - Use
mkdocs serve
to preview the documentation. - Visit
http://127.0.0.1:8000/
in your browser to see the changes.
For issues with the documentation, please use the Issues section of this repository.
The documentation is under MIT License.
For support or inquiries regarding the Best HTTP Suite, please refer to our Support Page to choose the most suitable contact method for your needs.
Thanks to all contributors for helping maintain and improve this documentation.