Merge branch 'duo-launch' of github.com:urbit/developers.urbit.org into duo-launch

This commit is contained in:
Matilde Park 2022-06-29 15:45:40 -07:00
commit 4ab61ed924
9 changed files with 16 additions and 16 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
title = "CLI apps"
weight = 10
+++
## Introduction

View File

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

View File

@ -1,6 +1,6 @@
+++
title = "Working with JSON"
weight = 4
title = "JSON"
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 in Hoon"
weight = 3
title = "Parsing"
weight = 25
+++
This document serves as an introduction to parsing text with Hoon. No prior

View File

@ -1,6 +1,6 @@
+++
title = "Sail: HTML in Hoon"
weight = 6
title = "Sail (HTML)"
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 = "Working with Strings"
weight = 4
title = "Strings"
weight = 40
+++
This document discusses hoon's two main string types: `cord`s (as well as its

View File

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