From a0645c6fa3696bc7290b332dfc41751086d7ba08 Mon Sep 17 00:00:00 2001 From: Jover Date: Thu, 20 Oct 2022 14:08:19 -0700 Subject: [PATCH] docs: Add `showBranchLabels` to URL params table --- docs/advanced-functionality/view-settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced-functionality/view-settings.md b/docs/advanced-functionality/view-settings.md index 8e657b773..e79f100e1 100644 --- a/docs/advanced-functionality/view-settings.md +++ b/docs/advanced-functionality/view-settings.md @@ -77,6 +77,7 @@ All URL queries modify the view away from the default settings -- if you change | `n` | Narrative page number | `n=1` goes to the first page | | `s` | Selected strain | `s=1_0199_PF` | | `branchLabel` | Branch labels to display | `branchLabel=aa` | +| `showBranchLabels` | Force all branch labels to be displayed | `showBranchLabels=all` | | `label` | Labeled branch that tree is zoomed to | `label=clade:B3`, `label=lineage:relapse` | | `clade` | _DEPRECATED_ Labeled clade that tree is zoomed to | `clade=B3` should now become `label=clade:B3` | | `sidebar` | Force the sidebar into a certain state | `sidebar=closed` or `sidebar=open` |