From 363e020ef6c4158d8b72ad45bfe44ea6e59f2bb7 Mon Sep 17 00:00:00 2001 From: Alice Rhodes Date: Sun, 20 Aug 2023 06:37:37 -0400 Subject: [PATCH] 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 --- pages/defcon/index.md | 8 ++++++-- pages/defcon/lab.md | 1 + pages/defcon/party.md | 1 + pages/defcon/talk.md | 1 + pages/docs/code-repositories.md | 2 +- pages/docs/index.md | 14 +++++++++++++- pages/framework/index.md | 6 +++--- 7 files changed, 26 insertions(+), 7 deletions(-) diff --git a/pages/defcon/index.md b/pages/defcon/index.md index 7ad8af0..1b9a2f8 100644 --- a/pages/defcon/index.md +++ b/pages/defcon/index.md @@ -2,11 +2,15 @@ title: DefCon description: Veilid is launching at DefCon 31 in Las Vegas layout: subpage +weight: 1 +exclude: true +--- + +
diff --git a/pages/defcon/lab.md b/pages/defcon/lab.md index 3d3806f..2e7b732 100644 --- a/pages/defcon/lab.md +++ b/pages/defcon/lab.md @@ -3,6 +3,7 @@ title: Demo Lab description: TC and Veggie demonstrated how to communicate with Veilid weight: 3 layout: subpage +exclude: true --- ### Veilid diff --git a/pages/defcon/party.md b/pages/defcon/party.md index 58accab..35bfe94 100644 --- a/pages/defcon/party.md +++ b/pages/defcon/party.md @@ -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. weight: 4 layout: subpage +exclude: true ---
(Begin transmission)
diff --git a/pages/defcon/talk.md b/pages/defcon/talk.md index be1ada7..59c63d5 100644 --- a/pages/defcon/talk.md +++ b/pages/defcon/talk.md @@ -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" weight: 2 layout: subpage +exclude: true --- ### The Internals of Veilid diff --git a/pages/docs/code-repositories.md b/pages/docs/code-repositories.md index f69799c..9030f94 100644 --- a/pages/docs/code-repositories.md +++ b/pages/docs/code-repositories.md @@ -28,7 +28,7 @@ The main repository is located at https://gitlab.com/veilid/veilid and includes ### Packages 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 diff --git a/pages/docs/index.md b/pages/docs/index.md index bc4498a..a9a7c9f 100644 --- a/pages/docs/index.md +++ b/pages/docs/index.md @@ -10,10 +10,22 @@ layout: subpage The documentation is currently a work in progress. +Are you good at writing? We could use your help. + +### 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) + + + \ No newline at end of file diff --git a/pages/framework/index.md b/pages/framework/index.md index 3f84223..4a66813 100644 --- a/pages/framework/index.md +++ b/pages/framework/index.md @@ -9,9 +9,6 @@ layout: subpage sortby: weight --- - - -
Veilid is an open-source, peer-to-peer, mobile-first, networked application framework.
@@ -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' for power users who wish to help build the network. + +Download the PDF [Slides from Defcon](/Launch-Slides-Veilid.pdf) +