aven 0.1.13

Local-first task manager CLI and sync server
Documentation
---
import Default from '@astrojs/starlight/components/SocialIcons.astro';
---

<a class="llm-docs" href="https://aven.raine.dev/llms.txt">LLMs</a>
<Default><slot /></Default>

<style>
  @layer starlight.core {
    .llm-docs {
      color: var(--sl-color-text-accent);
      font-size: var(--sl-text-sm);
      font-weight: 600;
      text-decoration: none;
      white-space: nowrap;
    }

    .llm-docs:hover {
      color: var(--sl-color-white);
    }
  }
</style>