diff --git a/docs/_includes/home-nav.html b/docs/_includes/home-nav.html index 2f80391b88..3bdb847735 100644 --- a/docs/_includes/home-nav.html +++ b/docs/_includes/home-nav.html @@ -11,21 +11,15 @@ - - Getting started - - - CSS - - - Components - - - JavaScript - - - Customize - + {% for group in site.data.nav %} + {% assign link = group.pages | first %} + {% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %} + + + {{ group.title }} + + + {% endfor %} Expo @@ -34,3 +28,4 @@ +