mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
docs welcome page
This commit is contained in:
@@ -7,6 +7,15 @@ export const guides: Record<string, string[]> = {
|
||||
'gpx': [],
|
||||
};
|
||||
|
||||
export const guideIcons: Record<string, string> = {
|
||||
"getting-started": "🚀",
|
||||
"menu": "📂 ⚙️",
|
||||
"files-and-stats": "🗂 📈",
|
||||
"toolbar": "🧰",
|
||||
"map-controls": "🗺",
|
||||
"gpx": "💾",
|
||||
};
|
||||
|
||||
export function getPreviousGuide(currentGuide: string): string | undefined {
|
||||
let subguides = currentGuide.split('/');
|
||||
|
||||
|
Reference in New Issue
Block a user