diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-12 11:56:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-12 11:56:09 -0400 |
commit | 034d92ce14251297c41f68cfbf7e37df5fe80d0f (patch) | |
tree | 9d8fd31ec85c480f8af853b1ce463c1048d50586 /meta.sr.ht | |
parent | 8f4d5ccd2765ae841f529f8d9bde468a187d4987 (diff) | |
download | sr.ht-docs-034d92ce14251297c41f68cfbf7e37df5fe80d0f.tar.gz |
Add YAMl frontmatter to all pages
Diffstat (limited to 'meta.sr.ht')
-rw-r--r-- | meta.sr.ht/api.md | 4 | ||||
-rw-r--r-- | meta.sr.ht/delegated-oauth.md | 3 | ||||
-rw-r--r-- | meta.sr.ht/index.md | 4 | ||||
-rw-r--r-- | meta.sr.ht/installation.md | 4 | ||||
-rw-r--r-- | meta.sr.ht/oauth-api.md | 4 | ||||
-rw-r--r-- | meta.sr.ht/user-api.md | 4 |
6 files changed, 20 insertions, 3 deletions
diff --git a/meta.sr.ht/api.md b/meta.sr.ht/api.md index d291a03..45fbe7d 100644 --- a/meta.sr.ht/api.md +++ b/meta.sr.ht/api.md @@ -1,3 +1,7 @@ +--- +title: meta.sr.ht API +--- + # meta.sr.ht API There are two primary APIs for accessing meta.sr.ht programmatically: diff --git a/meta.sr.ht/delegated-oauth.md b/meta.sr.ht/delegated-oauth.md deleted file mode 100644 index 56a6895..0000000 --- a/meta.sr.ht/delegated-oauth.md +++ /dev/null @@ -1,3 +0,0 @@ -# Delegated OAuth - -TODO: write this doc diff --git a/meta.sr.ht/index.md b/meta.sr.ht/index.md index 8eb8f7b..c8db112 100644 --- a/meta.sr.ht/index.md +++ b/meta.sr.ht/index.md @@ -1,3 +1,7 @@ +--- +title: meta.sr.ht docs +--- + [meta.sr.ht](https://meta.sr.ht) is a service on sr.ht that manages your user account. diff --git a/meta.sr.ht/installation.md b/meta.sr.ht/installation.md index 472d8d5..377112f 100644 --- a/meta.sr.ht/installation.md +++ b/meta.sr.ht/installation.md @@ -1,3 +1,7 @@ +--- +title: meta.sr.ht installation +--- + meta.sr.ht is the central autentication service and service bus for the sr.ht network, and a working meta.sr.ht is a basic requirement of running any other sr.ht software. diff --git a/meta.sr.ht/oauth-api.md b/meta.sr.ht/oauth-api.md index cff5357..634d17d 100644 --- a/meta.sr.ht/oauth-api.md +++ b/meta.sr.ht/oauth-api.md @@ -1,3 +1,7 @@ +--- +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 diff --git a/meta.sr.ht/user-api.md b/meta.sr.ht/user-api.md index 36ceac8..ee5fb1c 100644 --- a/meta.sr.ht/user-api.md +++ b/meta.sr.ht/user-api.md @@ -1,3 +1,7 @@ +--- +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 |