diff --git a/_config.yml b/_config.yml index 27791b864c..f3e58d43d6 100644 --- a/_config.yml +++ b/_config.yml @@ -36,3 +36,7 @@ collections: output: true caption: Developers sidebar_index: 5 + doc: + output: true + caption: Other + sidebar_index: 6 diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html index e0291eda83..7ca4aa361e 100644 --- a/_layouts/sidebar.html +++ b/_layouts/sidebar.html @@ -7,14 +7,23 @@ layout: default {% assign collections = site.collections | sort: "sidebar_index" %} {% for coll in collections %} {% if coll.sidebar_index %} -