This commit is contained in:
epoberezkin
2023-09-10 09:47:12 +00:00
parent a492315b99
commit 863d4dceab
152 changed files with 27250 additions and 438 deletions
+7 -1
View File
@@ -169,6 +169,8 @@
<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/android.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing Android files</a></li>
<li><a href="/docs/sql.html" class=" lg:px-[20px] inline-block whitespace-nowrap">Accessing chat database</a></li>
@@ -522,6 +524,10 @@ window.addEventListener('scroll',changeHeaderBg);
<a class="" href="/docs/simplex.html">SimpleX platform</a>
</li>
<li>
<a class="" href="/docs/directory.html">SimpleX Directory Service</a>
</li>
<li>
<a class="" href="/docs/android.html">Accessing files in Android app</a>
</li>
@@ -736,7 +742,7 @@ window.addEventListener('scroll',changeHeaderBg);
<h2 id="how-to-join-the-team" tabindex="-1">How to join the team</h2>
<ol>
<li>
<p><a href="README.html#install-the-app">Install the app</a>, try using it with the friends and <a href="https://github.com/simplex-chat/simplex-chat#join-user-groups">join some user groups</a> – you will discover a lot of things that need improvements.</p>
<p><a href="readme.html#install-the-app">Install the app</a>, try using it with the friends and <a href="https://github.com/simplex-chat/simplex-chat#join-user-groups">join some user groups</a> – you will discover a lot of things that need improvements.</p>
</li>
<li>
<p>Also look through <a href="https://github.com/simplex-chat/simplex-chat/issues">GitHub issues</a> submitted by the users to see what would you want to contribute as a test.</p>