changed name of sidebar yaml levels to try to make things a bit more intuitive, since formatting the damn sidebar yaml is really confusing when you have multiple levels
This commit is contained in:
@ -1,5 +1,21 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
index:
|
||||
title: "Get started"
|
||||
url: "/documentation-theme-jekyll/"
|
||||
link: "<a href='/documentation-theme-jekyll/'>Get started</a>"
|
||||
|
||||
|
||||
|
||||
mydoc_release_notes_50:
|
||||
title: "5.0 Release notes"
|
||||
url: "/documentation-theme-jekyll/mydoc_release_notes_50/"
|
||||
@ -453,6 +469,7 @@ p1_sample7:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
p2_landing_page:
|
||||
@ -524,7 +541,6 @@ p2_sample7:
|
||||
|
||||
|
||||
|
||||
|
||||
news:
|
||||
title: "News"
|
||||
url: "news"
|
||||
@ -568,3 +584,5 @@ p2_landing_page:
|
||||
url: "p2_landing_page"
|
||||
link: "<a href='/p2_landing_page/'>Product 2</a>"
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user