Show the other-projects links at the bottom of the docs ToC

This commit is contained in:
Djeex
2026-09-04 16:58:48 +02:00
parent b401a678cb
commit 1a8cf21c88
+25
View File
@@ -20,6 +20,31 @@ export default defineAppConfig({
github: {
url: 'https://github.com/Djeex/docudjeex',
},
toc: {
bottom: {
title: 'Other dumb things',
links: [
{
icon: 'i-cib-gitea',
label: 'git.djeex.fr',
to: 'https://git.djeex.fr',
target: '_blank',
},
{
icon: 'i-brand-lumeex',
label: 'Lumeex',
to: 'https://lumeex.djeex.fr',
target: '_blank',
},
{
icon: 'i-brand-instameex',
label: 'Instameex',
to: 'https://instameex.djeex.fr',
target: '_blank',
},
],
},
},
ui: {
colors: {
primary: 'cyan',