diff --git a/doc/_templates/panelitelink.html b/doc/_templates/panelitelink.html index a84a16ce4c..68c1c08340 100644 --- a/doc/_templates/panelitelink.html +++ b/doc/_templates/panelitelink.html @@ -1,7 +1,7 @@ {# Custom template to include a link to Panelite #}
{% if title and pagename != root_doc and (pagename.startswith("gallery") or pagename.startswith("getting_started") or pagename.startswith("explanation") or pagename.startswith("reference")) %} - + launch jupyterlite {% endif %} diff --git a/doc/conf.py b/doc/conf.py index a6db371825..fd4d64dbcf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -111,7 +111,7 @@ gallery_endpoint = 'panel-gallery-dev' if is_dev else 'panel-gallery' gallery_url = f'https://{gallery_endpoint}.holoviz-demo.anaconda.com' -jlite_url = 'https://holoviz-dev.github.io/panelite-dev' if is_dev else 'https://panelite.holoviz.org' +jlite_url = 'https://holoviz-dev.github.io/panelite-dev/lab' if is_dev else 'https://panelite.holoviz.org/lab' pyodide_url = 'https://holoviz-dev.github.io/panel/pyodide' if is_dev else 'https://panel.holoviz.org/pyodide' rediraffe_redirects = {