From 0254378d3772e64289f1c6b9a587ee1b105446fd Mon Sep 17 00:00:00 2001 From: Alexander Sandberg Date: Thu, 29 May 2025 09:31:54 +0200 Subject: [PATCH] add main nav links to footer --- _data/new-data/footer/main-navigation.yml | 10 ++++++++ _includes/new-includes/footer/footer.html | 4 +--- .../new-includes/footer/navigations/main.html | 11 +++++++++ .../includes/footer/_base.scss | 24 ++++++++++--------- .../includes/footer/_mobile.scss | 8 ++++++- 5 files changed, 42 insertions(+), 15 deletions(-) create mode 100644 _data/new-data/footer/main-navigation.yml create mode 100644 _includes/new-includes/footer/navigations/main.html diff --git a/_data/new-data/footer/main-navigation.yml b/_data/new-data/footer/main-navigation.yml new file mode 100644 index 000000000..bb0adf870 --- /dev/null +++ b/_data/new-data/footer/main-navigation.yml @@ -0,0 +1,10 @@ +- title: Docs + link: /documentation/ +- title: Community + link: /community/ +- title: Packages + link: /packages/ +- title: Blog + link: /blog/ +- title: Install + link: /install/ diff --git a/_includes/new-includes/footer/footer.html b/_includes/new-includes/footer/footer.html index d00c8112e..b97b831b2 100644 --- a/_includes/new-includes/footer/footer.html +++ b/_includes/new-includes/footer/footer.html @@ -1,9 +1,7 @@