Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc fixup #562

Merged
merged 1 commit into from
Jul 30, 2024
Merged
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
14 changes: 11 additions & 3 deletions web/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,22 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
completely interoperable with other ActivityPub servers, such as Mastodon
and Misskey.
</Card>
<Card title="Full-text Search" icon="magnifier">
Search for posts and users using full-text search. We support multiple
search engines, including Meilisearch and native PostgreSQL search.

<Card title="No ads or tracking. Ever." icon="seti:ignored">
Kitsune is free and open-source software. We will never track you, show you ads, or sell your data.
I mean the main developer (@aumetra) is an anarchist, so you can trust them on that.
</Card>

<Card title="Extensive configurability" icon="setting">
Make your Kitsune server truly your own with a wide range of configuration
options.
</Card>

<Card title="Full-text Search" icon="magnifier">
Search for posts and users using full-text search. We support multiple
search engines, including Meilisearch and native PostgreSQL search.
</Card>

<Card title="Performance" icon="rocket">
Utilizing Rust and careful design, Kitsune is one of the fastest ActivityPub
servers out there!
Expand Down
Loading