From f81b7bee43d6766a9e9bf7ac433160a1b36a9492 Mon Sep 17 00:00:00 2001 From: stefankoppier Date: Sat, 15 Jun 2024 08:44:09 +0200 Subject: [PATCH] removed template links --- website/src/_data/navigation.json | 65 ------------------------------- 1 file changed, 65 deletions(-) diff --git a/website/src/_data/navigation.json b/website/src/_data/navigation.json index a236b302..219c3b12 100644 --- a/website/src/_data/navigation.json +++ b/website/src/_data/navigation.json @@ -9,11 +9,6 @@ "caption": "Changelog", "url": "/changelog/", "external": false - }, - { - "caption": "Spruce CSS", - "url": "https://sprucecss.com", - "external": true } ], "footer": [ @@ -24,66 +19,6 @@ "caption": "Introduction", "url": "/getting-started/introduction/", "external": false - }, - { - "caption": "Features", - "url": "/getting-started/features/", - "external": false - }, - { - "caption": "Structure", - "url": "/getting-started/structure/", - "external": false - }, - { - "caption": "Setup", - "url": "/getting-started/setup/", - "external": false - } - ] - }, - { - "title": "Spruce CSS", - "items": [ - { - "caption": "Introduction", - "url": "https://sprucecss.com/docs/getting-started/introduction/", - "external": true - }, - { - "caption": "Themes", - "url": "https://sprucecss.com/docs/customization/themes/", - "external": true - }, - { - "caption": "Components", - "url": "https://sprucecss.com/ui/getting-started/introduction/", - "external": true - } - ] - }, - { - "title": "More From Us", - "items": [ - { - "caption": "Services", - "url": "https://conedevelopment.com/services/", - "external": true - }, - { - "caption": "Pine development blog", - "url": "https://pineco.de/", - "external": true - }, - { - "caption": "Root Laravel admin", - "url": "https://root.conedevelopment.com/", - "external": true - }, - { - "caption": "Bite-Sized Accessibility", - "url": "https://bite-sized-a11y.com/", - "external": true } ] }