Add footer and improvements to navigation

This commit is contained in:
2026-04-19 18:11:44 +01:00
parent fc3e1f4149
commit 142a7408bd
4 changed files with 53 additions and 11 deletions

View File

@@ -1,14 +1,28 @@
- id: 1111-2222-3333-4444
- id: media-folder
type: folder
parentId: null
name: Example Folder
slug: example-folder
name: Media
slug: media
order: 0
- id: 5555-6666-7777-8888
- id: jellyfin
type: link
parentId: null
title: Example Link
url: https://example.com
icon: i-lucide-globe
parentId: media-folder
title: Jellyfin
url: https://jellyfin.example.com
icon: i-simple-icons-jellyfin
color: "#34d399"
order: 1
- id: projects-folder
type: folder
parentId: null
name: Projects
slug: projects
order: 1
- id: gitea
type: link
parentId: projects-folder
title: Gitea
url: https://gitea.example.com
icon: i-simple-icons-gitea
color: "#34d399"
order: 1