mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-04 22:05:55 +00:00
deploy: a182cf5730
This commit is contained in:
@@ -175,9 +175,9 @@
|
||||
|
||||
<li><a href="/docs/simplex.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX platform</a></li>
|
||||
|
||||
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
|
||||
<li><a href="/docs/business.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX for business</a></li>
|
||||
|
||||
<li><a href="/docs/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing Android files</a></li>
|
||||
<li><a href="/docs/directory.html" class=" lg:px-[20px] inline-block whitespace-nowrap">SimpleX Directory Service</a></li>
|
||||
|
||||
<li><a href="/docs/sql.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing chat database</a></li>
|
||||
|
||||
@@ -187,8 +187,6 @@
|
||||
|
||||
<li><a href="/docs/webrtc.html" class=" lg:px-[20px] inline-block whitespace-nowrap">WebRTC servers</a></li>
|
||||
|
||||
<li><a href="/docs/translations.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Translate SimpleX Chat</a></li>
|
||||
|
||||
<li><a href="/downloads/" class=" lg:px-[20px] inline-block whitespace-nowrap">Downloads</a></li>
|
||||
|
||||
<li><a href="/transparency/" class=" lg:px-[20px] inline-block whitespace-nowrap">Transparency</a></li>
|
||||
@@ -200,6 +198,14 @@
|
||||
|
||||
<hr class=" h-[1px] w-full dark:opacity-[0.1]">
|
||||
|
||||
<li><a href="/docs/translations.html"
|
||||
class="lg:px-[20px] flex items-center gap-1"
|
||||
>Translate SimpleX Chat
|
||||
</a></li>
|
||||
<li><a href="/docs/android.html"
|
||||
class="lg:px-[20px] flex items-center gap-1"
|
||||
>Accessing Android files
|
||||
</a></li>
|
||||
<li><a href="https://github.com/simplex-chat/simplex-chat/blob/stable/apps/simplex-bot-advanced/Main.hs"
|
||||
target="_blank" class="lg:px-[20px] flex items-center gap-1"
|
||||
>Chat bot example
|
||||
@@ -677,6 +683,10 @@ window.addEventListener('scroll',changeHeaderBg);
|
||||
<a class="" href="/docs/simplex.html">SimpleX platform</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="/docs/business.html">SimpleX for business</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a class="" href="/docs/directory.html">SimpleX Directory Service</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user