From beb8fa6fa6745d00ea4440bfe319fb49a5937a58 Mon Sep 17 00:00:00 2001 From: Swapnil Bhabal Date: Fri, 24 Dec 2021 15:20:49 +0530 Subject: [PATCH 1/2] Link in the footer is fixed successfully Signed-off-by: Swapnil Bhabal --- docs/_data/footer.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/_data/footer.yml b/docs/_data/footer.yml index 85b76edd..7c6c7019 100644 --- a/docs/_data/footer.yml +++ b/docs/_data/footer.yml @@ -1,19 +1,19 @@ - title: Getting Started links: - - name: Features - link: /features - - name: Run Nighthawk - link: /docs/what-is-getnighthawk - new_window: false - - name: Docs - link: /docs - new_window: false + - name: Features + link: /features + - name: Run Nighthawk + link: /docs/what-is-nighthawk + new_window: false + - name: Docs + link: /docs + new_window: false - title2: Resources links2: - - name: Service Mesh Performance - link: https://smp-spec.io - new_window: true - - name: Service Mesh Landscape - link: https://layer5.io/landscape - new_window: true + - name: Service Mesh Performance + link: https://smp-spec.io + new_window: true + - name: Service Mesh Landscape + link: https://layer5.io/landscape + new_window: true From ec58b57a26f20ac6045898773dfb922dc190505f Mon Sep 17 00:00:00 2001 From: Swapnil Bhabal Date: Fri, 24 Dec 2021 16:33:03 +0530 Subject: [PATCH 2/2] Fixed the distorted formatting in previous PR. Signed-off-by: Swapnil Bhabal --- docs/_data/footer.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/_data/footer.yml b/docs/_data/footer.yml index 7c6c7019..48d78616 100644 --- a/docs/_data/footer.yml +++ b/docs/_data/footer.yml @@ -1,19 +1,19 @@ - title: Getting Started links: - - name: Features - link: /features - - name: Run Nighthawk - link: /docs/what-is-nighthawk - new_window: false - - name: Docs - link: /docs - new_window: false + - name: Features + link: /features + - name: Run Nighthawk + link: /docs/what-is-nighthawk + new_window: false + - name: Docs + link: /docs + new_window: false - title2: Resources links2: - - name: Service Mesh Performance - link: https://smp-spec.io - new_window: true - - name: Service Mesh Landscape - link: https://layer5.io/landscape - new_window: true + - name: Service Mesh Performance + link: https://smp-spec.io + new_window: true + - name: Service Mesh Landscape + link: https://layer5.io/landscape + new_window: true \ No newline at end of file