kopia lustrzana https://github.com/elk-zone/elk
chore: some updates
rodzic
1829f9b962
commit
4a804f5f24
|
@ -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.
|
||||
::
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
::
|
||||
|
||||
|
|
|
@ -9,6 +9,10 @@ export default defineNuxtConfig({
|
|||
url: 'https://docs.elk.zone',
|
||||
},
|
||||
|
||||
llms: {
|
||||
domain: 'https://docs.elk.zone',
|
||||
},
|
||||
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
include: ['scule'],
|
||||
|
|
Ładowanie…
Reference in New Issue