Post weights.

This commit is contained in:
Sigilante 2022-06-29 17:37:56 -05:00
parent abad129d8e
commit 72713e46b1
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
+++
title = "Aqua Tests"
weight = 37
weight = 5
+++
# Concepts

View File

@ -1,6 +1,6 @@
+++
title = "CLI apps"
weight = 2
weight = 10
+++
## Introduction

View File

@ -1,6 +1,6 @@
+++
title = "HTTP API"
weight = 4
weight = 15
+++
[Eyre] is the web-server [vane] (kernel module) of [Arvo], an Urbit ship's

View File

@ -1,6 +1,6 @@
+++
title = "JSON"
weight = 4
weight = 20
+++
If you are working on a Gall agent with any kind of web interface, it's likely you will encounter the problem of converting Hoon data structures to JSON and vice versa. This is what we'll look at in this document.

View File

@ -1,6 +1,6 @@
+++
title = "Parsing"
weight = 3
weight = 25
+++
This document serves as an introduction to parsing text with Hoon. No prior

View File

@ -1,6 +1,6 @@
+++
title = "Sail (HTML)"
weight = 6
weight = 30
+++
Sail is a domain-specific language for composing HTML (and XML) structures in

View File

@ -1,6 +1,6 @@
+++
title = "Software Distribution"
weight = 2
weight = 35
+++
In this document we'll walk through an example of creating and publishing a desk that others can install. We'll create a simple "Hello World!" front-end with a "Hello" tile to launch it. For simplicity, the desk won't include an actual Gall agent, but we'll note everything necessary if there were one.

View File

@ -1,6 +1,6 @@
+++
title = "Strings"
weight = 4
weight = 40
+++
This document discusses hoon's two main string types: `cord`s (as well as its

View File

@ -1,6 +1,6 @@
+++
title = "Unit tests"
weight = 10
weight = 45
+++
## Structure