Sync completed + Navigation links improved

This commit is contained in:
2024-08-21 14:05:27 +02:00
parent a9a98b9618
commit 62ba72515b
17 changed files with 125 additions and 889 deletions

3
types/api.d.ts vendored
View File

@@ -25,7 +25,8 @@ export interface Navigation {
title: string;
path: string;
type: string;
order: number
order: number;
private: boolean;
children?: Navigation[];
}
export interface File {