Add footer and improvements to navigation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user