diff --git a/pages/about-us/FAQ.md b/pages/about-us/FAQ.md index f9492e1..78f27b1 100644 --- a/pages/about-us/FAQ.md +++ b/pages/about-us/FAQ.md @@ -12,6 +12,26 @@ layout: subpage

Answer

--> +
  • +

    What is Veilid?

    + Veilid is an open-source, peer-to-peer, mobile-first, networked application framework. +
  • +
  • +

    Can I install Veilid?

    + You can help the main Veilid network by, running a node. +
  • +
  • +

    What about VeilidChat?

    + VeilidChat is under active development. As soon as we have a public test version available, we'll let you know. +
  • +
  • +

    If you're so concerned with privacy, why coordinate on 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! +
  • +
  • +

    So is all your documentation on Discord?

    + No, official documentation is available in the repositories. We also have people working on a developer book, a work in progress. +
  • Is Veilid looking for funding?

    Veilid is not seeking venture capital or investment. We are accepting tax-deductible donations to our non-profit foundation, Veilid Foundation Inc.

    diff --git a/pages/about-us/community.md b/pages/about-us/community.md index 2407c6b..cf2b9a1 100644 --- a/pages/about-us/community.md +++ b/pages/about-us/community.md @@ -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. Join Us on Discord + +### 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! \ No newline at end of file diff --git a/pages/chat/index.md b/pages/chat/index.md index 7b28398..20a35b5 100644 --- a/pages/chat/index.md +++ b/pages/chat/index.md @@ -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 diff --git a/pages/docs/accessibility.md b/pages/docs/accessibility.md index 3c562a3..89e3d9e 100644 --- a/pages/docs/accessibility.md +++ b/pages/docs/accessibility.md @@ -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 diff --git a/pages/download.md b/pages/download.md index 02b31a3..e14ebd4 100644 --- a/pages/download.md +++ b/pages/download.md @@ -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