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` |