Skip to content

hummingbot/hummingbot-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hummingbot website and documentation

Welcome to the official website and documentation for Hummingbot and the Hummingbot Foundation!

Installation

This documentation site uses MkDocs documentation-focused static site engine, along with Material for MkDocs theme, of which Hummingbot is a proud sponsor.

The deployed site at https://hummingbot.org uses the Insiders build of MkDocs-Material, which features experimental features like tags and social cards. For site editors, please request access to the CoinAlpha fork of the Insiders repo, so that you can deploy the site in your local development environment and Netlify.

Create new hummingbot-site conda environment:

conda create -n hummingbot-site

Activate new environment:

conda activate hummingbot-site

Install pip:

conda install pip

Install dependencies:

pip install git+ssh://git@github.com/hummingbot/mkdocs-material-insiders  # fetch via SSH
# pip install git+https://github.com/hummingbot/mkdocs-material-insiders.git  # fetch via SSH
pip install mkdocs-git-revision-date-plugin mkdocs-video
pip install pillow cairosvg

Run site locally at http://localhost:8000:

mkdocs serve

Build site:

mkdocs build

Contributions

We welcome contributions to the Hummingbot documentation by our community! See Contributing for more information.

To suggest changes, please create a new issue or submit a pull request with the proposed change!

About

The official website for Hummingbot Foundation and documentation site for Hummingbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages