Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const config: UserConfig<DefaultTheme.Config> = {
{ 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: {
Expand Down Expand Up @@ -207,7 +208,7 @@ const config: UserConfig<DefaultTheme.Config> = {
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'
Expand Down
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/CustomLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ const { Layout } = DefaultTheme
<template>
<Layout>
<template #aside-ads-before>
<div class="info-box">
<p>
Use this <a class="vp-external-link-icon" href="https://martendb.io/llms-full.txt" target="_blank" rel="noreferrer">LLM Friendly Docs</a> as an MCP server for Marten.
</p>
</div>
<div class="info-box">
<p>The search box in the website knows all the secrets—try it!</p>
</div>
Expand Down