diff options
author | Nolan Prescott <mail@nprescott.com> | 2022-09-05 01:39:33 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2022-09-22 10:55:41 +0200 |
commit | f7b3f230133aa3aacb037193209a11f9f4b18c58 (patch) | |
tree | b75e49b2ebb5f5a13ff460b31b5576edf6d4aa09 | |
parent | aea6609d9595ae892fc3ec20f3b49587c9bf78ea (diff) | |
download | sr.ht-docs-f7b3f230133aa3aacb037193209a11f9f4b18c58.tar.gz |
add links to hg.sr.ht graphql api
additionally fix typo-reference to builds.sr.ht
-rw-r--r-- | graphql.md | 1 | ||||
-rw-r--r-- | hg.sr.ht/graphql.md | 2 | ||||
-rw-r--r-- | index.html | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -33,6 +33,7 @@ queries you perform will affect your real data! - [builds.sr.ht playground](https://builds.sr.ht/graphql) - [git.sr.ht playground](https://git.sr.ht/graphql) +- [hg.sr.ht playground](https://hg.sr.ht/graphql) - [meta.sr.ht playground](https://meta.sr.ht/graphql) - [todo.sr.ht playground](https://todo.sr.ht/graphql) - [lists.sr.ht playground](https://lists.sr.ht/graphql) diff --git a/hg.sr.ht/graphql.md b/hg.sr.ht/graphql.md index 5699dcc..4734d84 100644 --- a/hg.sr.ht/graphql.md +++ b/hg.sr.ht/graphql.md @@ -3,7 +3,7 @@ title: hg.sr.ht's GraphQL API toc: false --- -**NOTICE**: This is the documentation for builds.sr.ht's new GraphQL API. For +**NOTICE**: This is the documentation for hg.sr.ht's new GraphQL API. For information on the legacy REST API, see [api.md](api.md). hg.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API @@ -102,6 +102,8 @@ dt { </dt> <dd> <a href="/hg.sr.ht">User Manual</a> + — + <a href="/hg.sr.ht/graphql.md">API Reference</a> </dd> </div> <div class="col-md-4"> |