mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Define a base class for all navigation item classes
This commit is contained in:
@@ -408,7 +408,7 @@ on the homepage:
|
||||
show_root_full_path: false
|
||||
heading_level: 5
|
||||
|
||||
::: mkdocs.structure.pages.Page.parent
|
||||
::: mkdocs.structure.StructureItem.parent
|
||||
options:
|
||||
show_root_full_path: false
|
||||
heading_level: 5
|
||||
@@ -479,7 +479,7 @@ The following attributes are available on `section` objects:
|
||||
show_root_full_path: false
|
||||
heading_level: 5
|
||||
|
||||
::: mkdocs.structure.nav.Section.parent
|
||||
::: mkdocs.structure.StructureItem.parent
|
||||
options:
|
||||
show_root_full_path: false
|
||||
heading_level: 5
|
||||
@@ -533,7 +533,7 @@ The following attributes are available on `link` objects:
|
||||
show_root_full_path: false
|
||||
heading_level: 5
|
||||
|
||||
::: mkdocs.structure.nav.Link.parent
|
||||
::: mkdocs.structure.StructureItem.parent
|
||||
options:
|
||||
show_root_full_path: false
|
||||
heading_level: 5
|
||||
|
||||
Reference in New Issue
Block a user