Improving documentation availablility

- I put the slides in more obvious places
- I took the /defcon pages off the main menu; they're still there though
This commit is contained in:
Alice Rhodes 2023-08-20 06:37:37 -04:00
parent 72da247868
commit 363e020ef6
7 changed files with 26 additions and 7 deletions

View File

@ -2,11 +2,15 @@
title: DefCon title: DefCon
description: Veilid is launching at DefCon 31 in Las Vegas description: Veilid is launching at DefCon 31 in Las Vegas
layout: subpage layout: subpage
weight: 1
exclude: true
---
<!--
menu: menu:
main: main:
weight: 2 weight: 2
weight: 1 -->
---
<div class="row g-5"> <div class="row g-5">
<div class="col-12 col-md-7"> <div class="col-12 col-md-7">

View File

@ -3,6 +3,7 @@ title: Demo Lab
description: TC and Veggie demonstrated how to communicate with Veilid description: TC and Veggie demonstrated how to communicate with Veilid
weight: 3 weight: 3
layout: subpage layout: subpage
exclude: true
--- ---
### Veilid ### Veilid

View File

@ -3,6 +3,7 @@ title: Veilid Launch Party
description: There ain't no party like a cDc party; join us to celebrate the launch of the Veilid framework. description: There ain't no party like a cDc party; join us to celebrate the launch of the Veilid framework.
weight: 4 weight: 4
layout: subpage layout: subpage
exclude: true
--- ---
<pre>(Begin transmission)</pre> <pre>(Begin transmission)</pre>

View File

@ -3,6 +3,7 @@ title: Launch Talk
description: Dildog and Medus4 go over the how's and why's of Veilid in "The Internals of Veilid" description: Dildog and Medus4 go over the how's and why's of Veilid in "The Internals of Veilid"
weight: 2 weight: 2
layout: subpage layout: subpage
exclude: true
--- ---
### The Internals of Veilid ### The Internals of Veilid

View File

@ -28,7 +28,7 @@ The main repository is located at https://gitlab.com/veilid/veilid and includes
### Packages ### Packages
If you want to install `veilid-server` and `veilid-cli` from package repositories, If you want to install `veilid-server` and `veilid-cli` from package repositories,
please refer to our [instructions](/docs/package-repositories/). please refer to our [instructions](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md).
### VeilidChat ### VeilidChat

View File

@ -10,10 +10,22 @@ layout: subpage
The documentation is currently a work in progress. The documentation is currently a work in progress.
Are you good at writing? <a href="/about-us/community/">We could use your help</a>.
### Available Documentation
- Slides from DefCon: [Download PDF](/Launch-Slides-Veilid.pdf)
- [Checkout the Code](/docs/code-repositories/)
- [Install from Packages](https://gitlab.com/veilid/veilid/-/blob/main/INSTALL.md)
<!--
Here's what we've got so far: Here's what we've got so far:
- [Rust documentation](https://docs.rs/releases/search?query=veilid) - [Rust documentation](https://docs.rs/releases/search?query=veilid)
Are you good at writing? <a href="/about-us/community/">We could use your help</a>.
-->

View File

@ -9,9 +9,6 @@ layout: subpage
sortby: weight sortby: weight
--- ---
<div class="focus-text"> <div class="focus-text">
Veilid is an open-source, peer-to-peer, mobile-first, networked application framework. Veilid is an open-source, peer-to-peer, mobile-first, networked application framework.
</div> </div>
@ -24,3 +21,6 @@ a 'transactional layer' at their base.
The framework can be included as part of user-facing applications or run as a 'headless node' The framework can be included as part of user-facing applications or run as a 'headless node'
for power users who wish to help build the network. for power users who wish to help build the network.
Download the PDF [Slides from Defcon](/Launch-Slides-Veilid.pdf)