feat(theme): add docs github directory

This commit is contained in:
Anthony Berg 2023-06-23 16:40:22 +01:00
parent 08e104b433
commit 9d6de3bb04

View File

@ -1,6 +1,7 @@
export default {
logo: <span>Flight Sim on Linux</span>,
project: {
link: 'https://github.com/smyalygames/flightsim-on-linux'
}
link: 'https://github.com/smyalygames/flightsim-on-linux',
},
docsRepositoryBase: 'https://github.com/smyalygames/flightsim-on-linux/blob/main',
}