From b40a03fc1a9576c0eb7f8afc413d3ad9c11527f7 Mon Sep 17 00:00:00 2001 From: Jstn2004 Date: Mon, 17 Jun 2024 16:22:54 +0200 Subject: [PATCH] add markdown to config.mts --- docs/.vitepress/config.mts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 4be3a6d..66fece5 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -77,7 +77,13 @@ export default withMermaid({ { text: 'Frontend', link: '/development/frontend/overview', - items: [{ text: 'Testing', link: '/development/frontend/testing' }], + items: [ + { text: 'Testing', link: '/development/frontend/testing' }, + { + text: 'Technical documentation', + link: '/development/frontend/technical documentation.md', + }, + ], }, ], },