Skip to content

Links on subpages of mobile burger menu of docs broken #91

Description

@felixbuenemann

If the browser window for the docs gets narrow enough the left hand menu gets moved into a burger menu in the top nav, that can be toggled with a click.

The links in this menu are missing a leading slash, so they are wrong when already on a subpage.

Example Code:

<li class="toctree-l2">
  <a class="reference internal" id="Installing Workflow" href="installing-workflow/">Installing Workflow</a>
</li>

The proper href would be "/installing-workflow/" so that it works on subpages.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions