From 1a8cf21c8890409e5e7d6049052e49e3c2d3e167 Mon Sep 17 00:00:00 2001 From: Djeex Date: Fri, 4 Sep 2026 16:58:48 +0200 Subject: [PATCH] Show the other-projects links at the bottom of the docs ToC --- app/app.config.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/app/app.config.ts b/app/app.config.ts index 3824919..7ff1963 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -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',