Skip to content

Wrong breadcrumbs order for nested navigation items #2143

@Silthus

Description

@Silthus

Originally posted on rtd: readthedocs/readthedocs.org#7263

Details

Expected Result

The breadcrumbs on the top of the page should be ordered according to the navigation tree.
The breadcrumbs should show Docs >> Server Admins >> ART Syntax >> Requirements instead.

Actual Result

The breadcrumbs are switched when going beyond three levels deep into the navigation.

image

This is my config:

site_name: ART-Framework
site_description: 'Home of the documentation for the ART-Framework.'
site_author: 'Michael Reichenbach'
docs_dir: docs/
repo_url: 'https://github.com/art-framework/art-framework'
nav:
  - Home: index.md
  - 'Server Admins':
    - 'Quickstart': 'admin/quickstart.md'
    - 'Installation': 'admin/installation.md'
    - 'ART Syntax':
      - 'General Syntax': 'admin/syntax.md'
      - 'Actions': 'admin/actions.md'
      - 'Requirements': 'admin/requirements.md'
      - 'Trigger': 'admin/trigger.md'
  - 'Developers':
    - 'Quickstart': 'developer/quickstart.md'
    - 'Creating ART':
      - 'Actions': 'developer/actions.md'
      - 'Requirements': 'developer/requirements.md'
      - 'Trigger': 'developer/trigger.md'
  - 'Issue Tracker': 'https://github.com/art-framework/art-framework/issues'
  - 'About': 'about.md'
theme:
  name: 'readthedocs'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions