mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04:00
Merge branch 'd396-main-patch-26257' into 'develop'
Fixing a typo on the accessibility page See merge request veilid/veilid-dot-com!8
This commit is contained in:
commit
00fec74478
@ -12,6 +12,26 @@ layout: subpage
|
||||
<p>Answer</p>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
<h3>What is Veilid?</h3>
|
||||
Veilid is an open-source, peer-to-peer, mobile-first, networked application framework.
|
||||
</li>
|
||||
<li>
|
||||
<h3>Can I install Veilid?</h3>
|
||||
You can help the main Veilid network by, <a href="https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md">running a node</a>.
|
||||
</li>
|
||||
<li>
|
||||
<h3>What about VeilidChat?</h3>
|
||||
VeilidChat is under <a href="https://gitlab.com/veilid/veilidchat/-/commits/main">active development</a>. As soon as we have a public test version available, we'll let you know.
|
||||
</li>
|
||||
<li>
|
||||
<h3>If you're so concerned with privacy, why coordinate on Discord?</h3>
|
||||
We’re doing what we can with what we have. Since we’re not trying to become a tech circlejerk, we have to meet people on their level. So come on in and help us build something better!
|
||||
</li>
|
||||
<li>
|
||||
<h3>So is all your documentation on Discord?</h3>
|
||||
No, official documentation is available in the <a href="https://gitlab.com/veilid">repositories</a>. We also have people working on a <a href="https://veilid.gitlab.io/developer-book/">developer book</a>, a work in progress.
|
||||
</li>
|
||||
<li>
|
||||
<h3>Is Veilid looking for funding?</h3>
|
||||
<p>Veilid is not seeking venture capital or investment. We are accepting tax-deductible donations to our non-profit foundation, Veilid Foundation Inc.</p>
|
||||
|
@ -6,8 +6,13 @@ weight: 3
|
||||
---
|
||||
|
||||
|
||||
We want to build a community people who want a better way to connect and communicate.
|
||||
We want to build a community people who want a better way to connect and communicate.
|
||||
|
||||
We want to bring together folks to help build great applications using the Veilid framework.
|
||||
|
||||
<a class="mt-3 btn btn-primary btn-lg" href="/discord">Join Us on Discord</a>
|
||||
|
||||
|
||||
### Why Discord?
|
||||
|
||||
We're doing what we can with what we have. Since we're not trying to become a tech circlejerk, we have to meet people on their level. So come on in and help us build something better!
|
@ -16,7 +16,7 @@ If you want to try out this proof of concept, please stay tuned for details on h
|
||||
|
||||
### Source Code
|
||||
|
||||
The code for VeilidChat will be available on Gitlab in the coming weeks.
|
||||
VeilidChat is under active development. The source code is available on [Gitlab](https://gitlab.com/veilid/veilidchat), though there are no official builds yet.
|
||||
|
||||
### Support
|
||||
|
||||
|
@ -31,7 +31,7 @@ Here is a partial list of general accessibility goals you should strive for:
|
||||
|
||||
#### Structure
|
||||
|
||||
- Headers are marked denoted at headers in the mark-up or code
|
||||
- Headers are denoted as headers in the mark-up or code
|
||||
- Sections of a page or screen are visually distinct and easy to identify
|
||||
|
||||
#### Navigation
|
||||
|
@ -7,7 +7,11 @@ menu:
|
||||
layout: index
|
||||
---
|
||||
|
||||
### Getting Started
|
||||
### Running a Node
|
||||
|
||||
To install the Veilid node software, please follow the instructions available in the [repository](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md).
|
||||
|
||||
### Starting Development
|
||||
|
||||
Please recursively check out the project using this command
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user