chore: some updates

pull/3388/head
Daniel Roe 2025-09-26 17:44:16 +03:00
rodzic 1829f9b962
commit 4a804f5f24
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 47C4EE3D46A3A27C
4 zmienionych plików z 8 dodań i 4 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ Using a client, you can
- View, add, or participate in polls
- Follow, unfollow, mute, and block accounts
::alert{type="info"}
::callout{type="info"}
**Note:** Not all clients provide all features.
::

Wyświetl plik

@ -5,7 +5,7 @@ description: Discover the features that make Elk a delightful Mastodon client.
# Features
::alert{type=warning}
::callout{type=warning}
🚧 This section is a work in progress. 🚧
::
@ -28,7 +28,7 @@ Elk renders basic Markdown-like text markup in post texts as the expected HTML.
- Use one asterisk (`*`) before and after a word or phrase to *italicize** the text.
- Surround the text with two asterisks (`**word**`) to **bold** it.
::alert{type="warning"}
::callout{type="warning"}
Many apps do not support Markdown in posts.
Mastodon itself does not support Markdown in posts.

Wyświetl plik

@ -13,7 +13,7 @@ This privacy notice for Elk describes how we handle your information when you:
- Download and use our mobile or desktop application (Elk)
::alert{type=warning}
::callout{type="warning"}
Elk is [open source](https://github.com/elk-zone/elk) and other websites that link to this privacy notice may not be affiliated with Elk or bound by this policy.
::

Wyświetl plik

@ -9,6 +9,10 @@ export default defineNuxtConfig({
url: 'https://docs.elk.zone',
},
llms: {
domain: 'https://docs.elk.zone',
},
vite: {
optimizeDeps: {
include: ['scule'],