aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api-conventions.md2
-rw-r--r--builds.sr.ht/compatibility.md2
-rw-r--r--builds.sr.ht/private-repos.md2
-rw-r--r--hg.sr.ht/email.md4
-rw-r--r--hg.sr.ht/index.md4
-rw-r--r--hg.sr.ht/installation.md4
-rw-r--r--lists.sr.ht/api.md2
-rw-r--r--meta.sr.ht/api.md2
-rw-r--r--meta.sr.ht/oauth-api.md2
-rw-r--r--meta.sr.ht/user-api.md2
-rw-r--r--paste.sr.ht/api.md2
-rw-r--r--paste.sr.ht/installation.md2
-rw-r--r--tutorials/builds.sr.ht/github-integration.md2
-rw-r--r--tutorials/builds.sr.ht/using-build-secrets.md2
-rw-r--r--tutorials/getting-started-with-builds.md2
15 files changed, 12 insertions, 24 deletions
diff --git a/api-conventions.md b/api-conventions.md
index bcd321e..a3781fa 100644
--- a/api-conventions.md
+++ b/api-conventions.md
@@ -2,8 +2,6 @@
title: API Conventions
---
-# API Conventions
-
Each sr.ht API follows the same set of design conventions throughout. Each API
is RESTful, authenticated with [meta.sr.ht](meta.sr.ht), and has consistent
standards for pagination, response codes, and so on, throughout.
diff --git a/builds.sr.ht/compatibility.md b/builds.sr.ht/compatibility.md
index 9e281cb..85b4a3b 100644
--- a/builds.sr.ht/compatibility.md
+++ b/builds.sr.ht/compatibility.md
@@ -2,8 +2,6 @@
title: builds.sr.ht compatibility matrix
---
-# Available Build Images
-
If you have any special requests, please [send an
email](mailto:~sircmpwn/sr.ht-discuss@lists.sr.ht). Only architectures supported
by each Linux distribution upstream are listed, and named after the upstream
diff --git a/builds.sr.ht/private-repos.md b/builds.sr.ht/private-repos.md
index 7735288..1615187 100644
--- a/builds.sr.ht/private-repos.md
+++ b/builds.sr.ht/private-repos.md
@@ -2,8 +2,6 @@
title: Private repos on builds.sr.ht
---
-# Private repos in builds.sr.ht jobs
-
<div class="alert alert-danger">
<strong>Warning!</strong> The list of commands run in a builds.sr.ht job, as
well as their stdout and stderr, are visible to the public - even if the job
diff --git a/hg.sr.ht/email.md b/hg.sr.ht/email.md
index 192e518..40e1d93 100644
--- a/hg.sr.ht/email.md
+++ b/hg.sr.ht/email.md
@@ -1,3 +1,7 @@
+---
+title: Sending emails with hg.sr.ht
+---
+
sr.ht leverages mercurial's built-in collaboration tools for contributing to
projects hosted here. This guide will help you get started. If you run into any
trouble, please send an email to the [sr.ht-discuss][sr.ht-discuss] mailing list
diff --git a/hg.sr.ht/index.md b/hg.sr.ht/index.md
index 15bd5b5..2f79b73 100644
--- a/hg.sr.ht/index.md
+++ b/hg.sr.ht/index.md
@@ -1,3 +1,7 @@
+---
+title: hg.sr.ht docs
+---
+
[hg.sr.ht](https://hg.sr.ht) is a service for hosting mercurial repositories on
sr.ht.
diff --git a/hg.sr.ht/installation.md b/hg.sr.ht/installation.md
index 64964a8..430c101 100644
--- a/hg.sr.ht/installation.md
+++ b/hg.sr.ht/installation.md
@@ -1,3 +1,7 @@
+---
+title: hg.sr.ht installation
+---
+
hg.sr.ht is the hg repository hosting service for the sr.ht network.
# Installation
diff --git a/lists.sr.ht/api.md b/lists.sr.ht/api.md
index 3e7a677..2f819f2 100644
--- a/lists.sr.ht/api.md
+++ b/lists.sr.ht/api.md
@@ -2,8 +2,6 @@
title: lists.sr.ht API reference
---
-# API Reference
-
The lists.sr.ht API allows you to browse, create, and subscribe to mailing lists
on lists.sr.ht programmatically. This API follows the [standard sourcehut API
conventions](../api-conventions.md).
diff --git a/meta.sr.ht/api.md b/meta.sr.ht/api.md
index 45fbe7d..e07c21c 100644
--- a/meta.sr.ht/api.md
+++ b/meta.sr.ht/api.md
@@ -2,8 +2,6 @@
title: meta.sr.ht API
---
-# meta.sr.ht API
-
There are two primary APIs for accessing meta.sr.ht programmatically:
- [OAuth API](oauth-api.md): authenticating across all sr.ht services
diff --git a/meta.sr.ht/oauth-api.md b/meta.sr.ht/oauth-api.md
index 634d17d..c4d34c9 100644
--- a/meta.sr.ht/oauth-api.md
+++ b/meta.sr.ht/oauth-api.md
@@ -2,8 +2,6 @@
title: meta.sr.ht OAuth Reference
---
-# meta.sr.ht OAuth API
-
Authentication with all sr.ht services is done with OAuth and is governed by
meta.sr.ht.
diff --git a/meta.sr.ht/user-api.md b/meta.sr.ht/user-api.md
index ee5fb1c..d21dbde 100644
--- a/meta.sr.ht/user-api.md
+++ b/meta.sr.ht/user-api.md
@@ -2,8 +2,6 @@
title: meta.sr.ht API reference
---
-# meta.sr.ht user API
-
The meta.sr.ht API allows you to view and edit user information on meta.sr.ht
programmatically. This API follows the [standard sourcehut API
conventions](../api-conventions.md).
diff --git a/paste.sr.ht/api.md b/paste.sr.ht/api.md
index aaac2b6..4e8d06d 100644
--- a/paste.sr.ht/api.md
+++ b/paste.sr.ht/api.md
@@ -2,8 +2,6 @@
title: paste.sr.ht API reference
---
-# API Reference
-
The paste.sr.ht API allows you to browse and create pastes on paste.sr.ht
programmatically. This API follows the [standard sourcehut API
conventions](../api-conventions.md).
diff --git a/paste.sr.ht/installation.md b/paste.sr.ht/installation.md
index d43ba19..c6224e6 100644
--- a/paste.sr.ht/installation.md
+++ b/paste.sr.ht/installation.md
@@ -2,7 +2,5 @@
title: paste.sr.ht installation
---
-# Installation
-
paste.sr.ht is a standard sr.ht web service and can be installed through the
[standard procedure](/installation.md).
diff --git a/tutorials/builds.sr.ht/github-integration.md b/tutorials/builds.sr.ht/github-integration.md
index 54b42ec..d7f55ef 100644
--- a/tutorials/builds.sr.ht/github-integration.md
+++ b/tutorials/builds.sr.ht/github-integration.md
@@ -2,8 +2,6 @@
title: Integrating builds.sr.ht with GitHub
---
-# Integrating builds.sr.ht with GitHub
-
This is an adaptation of our [getting started with
builds.sr.ht](../getting-started with builds.sr.ht) tutorial, but for code
hosted on GitHub.
diff --git a/tutorials/builds.sr.ht/using-build-secrets.md b/tutorials/builds.sr.ht/using-build-secrets.md
index c816573..87cbee6 100644
--- a/tutorials/builds.sr.ht/using-build-secrets.md
+++ b/tutorials/builds.sr.ht/using-build-secrets.md
@@ -2,8 +2,6 @@
title: Handling secrets in your build manifests
---
-# Handling secrets in your build manifests
-
builds.sr.ht can be used to automate the deployment of websites, signing of
packages, and more, through the use of **build secrets**. You can upload the
secret keys necessary to run your automation on the web, then make these secrets
diff --git a/tutorials/getting-started-with-builds.md b/tutorials/getting-started-with-builds.md
index 89cb245..2ac2590 100644
--- a/tutorials/getting-started-with-builds.md
+++ b/tutorials/getting-started-with-builds.md
@@ -2,8 +2,6 @@
title: Getting started with builds.sr.ht
---
-# Getting started with builds.sr.ht
-
builds.sr.ht is our build automation platform. We're going to walk through the
process of running jobs on builds.sr.ht and a look at few useful features.