aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht
diff options
context:
space:
mode:
Diffstat (limited to 'builds.sr.ht')
-rw-r--r--builds.sr.ht/api.md4
-rw-r--r--builds.sr.ht/compatibility.md4
-rw-r--r--builds.sr.ht/index.md4
-rw-r--r--builds.sr.ht/installation.md4
-rw-r--r--builds.sr.ht/manifest.md4
-rw-r--r--builds.sr.ht/private-repos.md4
-rw-r--r--builds.sr.ht/triggers.md4
7 files changed, 28 insertions, 0 deletions
diff --git a/builds.sr.ht/api.md b/builds.sr.ht/api.md
index f9f1754..8c04186 100644
--- a/builds.sr.ht/api.md
+++ b/builds.sr.ht/api.md
@@ -1,3 +1,7 @@
+---
+title: builds.sr.ht API reference
+---
+
The builds.sr.ht API allows you to insert jobs, monitor their progress, and
access some information about the build system. Authentication to this API is
brokered by meta.sr.ht. This API uses standard sr.ht error responses. All
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index c60389a..9e281cb 100644
--- a/builds.sr.ht/compatibility.md
+++ b/builds.sr.ht/compatibility.md
@@ -1,3 +1,7 @@
+---
+title: builds.sr.ht compatibility matrix
+---
+
# Available Build Images
If you have any special requests, please [send an
diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md
index bd89f0d..b3f4fc2 100644
--- a/builds.sr.ht/index.md
+++ b/builds.sr.ht/index.md
@@ -1,3 +1,7 @@
+---
+title: builds.sr.ht docs
+---
+
[builds.sr.ht](https://builds.sr.ht) is a service on sr.ht that allows you to
submit "build manifests" for us to work on. We spin up a virtual machine per
your specifications and run your scripts in it. This is generally used to
diff --git a/builds.sr.ht/installation.md b/builds.sr.ht/installation.md
index c9cebd2..bd4942b 100644
--- a/builds.sr.ht/installation.md
+++ b/builds.sr.ht/installation.md
@@ -1,3 +1,7 @@
+---
+title: builds.sr.ht installation
+---
+
There are two components to builds.sr.ht: the job runner and the master server.
Typically installations will have one master and many runners distributed on
many servers, but both can be installed on the same server for small
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index fc38d27..c366edd 100644
--- a/builds.sr.ht/manifest.md
+++ b/builds.sr.ht/manifest.md
@@ -1,3 +1,7 @@
+---
+title: Build manifest reference
+---
+
A build manifest is a YAML file that describes how to perform a build. Here's an
example:
diff --git a/builds.sr.ht/private-repos.md b/builds.sr.ht/private-repos.md
index 9231517..7735288 100644
--- a/builds.sr.ht/private-repos.md
+++ b/builds.sr.ht/private-repos.md
@@ -1,3 +1,7 @@
+---
+title: Private repos on builds.sr.ht
+---
+
# Private repos in builds.sr.ht jobs
<div class="alert alert-danger">
diff --git a/builds.sr.ht/triggers.md b/builds.sr.ht/triggers.md
index 50e040d..dc0ffea 100644
--- a/builds.sr.ht/triggers.md
+++ b/builds.sr.ht/triggers.md
@@ -1,3 +1,7 @@
+---
+title: Build triggers reference
+---
+
At the end of a job or a job group, you can execute triggers based on the
outcome of the job. The basic format is (in JSON):