aboutsummaryrefslogtreecommitdiffstats
path: root/meta.sr.ht
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-04-12 12:03:54 -0400
committerDrew DeVault <sir@cmpwn.com>2019-04-12 12:03:54 -0400
commit337b66d347087c4be0958ddccc71975f1bc4a45f (patch)
tree64b3388e1ecc5624b7942318f4e156495132e5df /meta.sr.ht
parentfc5530aed5470f020358cb5f1f8d5f11b6530e66 (diff)
downloadsr.ht-docs-337b66d347087c4be0958ddccc71975f1bc4a45f.tar.gz
Remove extraenous headers
Diffstat (limited to 'meta.sr.ht')
-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
3 files changed, 0 insertions, 6 deletions
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).