diff --git a/config.yaml b/config.yaml index 85fc23d..dc27d71 100644 --- a/config.yaml +++ b/config.yaml @@ -117,11 +117,3 @@ menu: url: /faq weight: 7 parent: docs - - buttons: - - name: Learn more - url: /docs/guides - weight: 1 - - name: Get started - url: /docs/quickstart - weight: 2 diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html index 8c9bec3..d330377 100644 --- a/layouts/partials/home/hero.html +++ b/layouts/partials/home/hero.html @@ -10,11 +10,12 @@
- {{ range site.Menus.buttons }} - - {{ .Name }} + + Learn more + + + Get started - {{ end }}