You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.0 KiB

title parent
Sections Nested Navigation

Sections

Sections can be used to disambiguate duplicated parts of the navigation. The value of section_id identifies a new section, and the value of in_section restricts references to parents in the corresponding section. Specifying a new section_id in a section opens a sub-section.

The following pages test replication of navigation patterns, using sections for disambiguation.

  • S 1 opens section 1.
    • P 1 is in section 1.
      • Q is in section 1, and opens section 11.
        • R is in section 11.
    • P 2 is in section 1.
      • Q is in section 1, and opens section 12.
        • R is in section 12.
  • S 2 opens section 2.
    • P 1 is in section 2.
      • Q is in section 2, and opens section 21.
        • R is in section 21.
    • P 2 is in section 2.
      • Q is in section 2, and opens section 22.
        • R is in section 22.