Updated docs a bit

This commit is contained in:
Daniel Cronqvist 2024-09-04 21:27:18 +02:00
parent 247f9294af
commit 8fd43d95aa
5 changed files with 99 additions and 14 deletions

9
docs/template/public/main.js vendored Normal file
View file

@ -0,0 +1,9 @@
export default {
iconLinks: [
{
icon: 'github',
href: 'https://github.com/dcronqvist/DotTiled',
title: 'GitHub'
}
]
}