src/content/docs/about/index.mdx
:::tip
If you're looking for a quick technical overview and to start building an app then visit the What is Tauri page. If you'd like to learn more about the project's philosophy then keep reading.
:::
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<CardGrid> <LinkCard title="Tauri Philosophy" href="/about/philosophy/" description="Learn more about the approach behind Tauri" /> <LinkCard title="Governance" href="/about/governance/" description="Understand how the Tauri governance structure is setup" /> <LinkCard title="Trademark" href="/about/trademark/" description="Guidelines for using the Tauri trademark" /> </CardGrid>