diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 0400a7e89b..de54808d94 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -48,6 +48,7 @@ const config: UserConfig = { { text: 'Migration', link: '/migration-guide' }, { text: 'Support Plans', link: 'https://www.jasperfx.net/support-plans/' }, { text: 'Join Chat', link: 'https://discord.gg/WMxrvegf8H' }, + { text: 'LLM Friendly Docs', link: 'https://martendb.io/llms-full.txt' }, ], // algolia: { @@ -207,7 +208,7 @@ const config: UserConfig = { text: 'Removing Protected Information', link: '/events/protection' }, - {text: 'Marking Events as Skipped', link: '/events/skipping'}, + { text: 'Marking Events as Skipped', link: '/events/skipping' }, { text: 'Aggregates, events and repositories', link: '/scenarios/aggregates-events-repositories' diff --git a/docs/.vitepress/theme/CustomLayout.vue b/docs/.vitepress/theme/CustomLayout.vue index f96f84a787..d79b831882 100644 --- a/docs/.vitepress/theme/CustomLayout.vue +++ b/docs/.vitepress/theme/CustomLayout.vue @@ -7,6 +7,11 @@ const { Layout } = DefaultTheme