GuidesExternal Links

External Links

You can now add external links in the sidebar of Zipline.

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=[]
Last updated: 8/4/2023
Edit this page on GitHub