External Links
You can now add external links in the sidebar of Zipline.
![](/img/el-1.png)
![](/img/el-1.png)
By default they will show the Zipline github and the documentation, but you can change it to have any links you would like. The structure is as follows:
[{ "label": "Text label that will be shown on the sidebar", "link": "the external link" },]
You can stringify the above JSON and set the WEBSITE_EXTERNAL_LINKS
environment variable. For more see the config docs
Playground
Here is an easy utility to build the sidebar external links:
No links added yet
WEBSITE_EXTERNAL_LINKS='[]'Or if using Docker Compose, you need to remove the single quotes surrounding them:
WEBSITE_EXTERNAL_LINKS=[]
Releases
When using Docker, you have two release channels y...
Human Readable Byte Sizes
Some config values support human readable byte siz...
Last updated: 8/5/2023
Edit this page on GitHub