feat: add table of content element
Some checks failed
Deploy to SFTP Server / build (push) Has been cancelled

This commit is contained in:
2024-04-07 02:36:02 +02:00
parent f76477db98
commit 0ab1e1068d
10 changed files with 86 additions and 21 deletions

View File

@ -22,6 +22,7 @@ export const ui = {
'nav.projects': 'Projects',
'nav.videos': 'Videos',
'nav.photos': 'Photos',
'toc.title': 'Table of Contents',
},
de: {
"en": "English",
@ -38,6 +39,7 @@ export const ui = {
'nav.projects': 'Projekte',
'nav.videos': 'Videos',
'nav.photos': 'Fotos',
'toc.title': 'Inhaltsverzeichnis',
},
} as const;