diff options
-rw-r--r-- | git.sr.ht/index.md | 3 | ||||
-rw-r--r-- | graphql.md | 1 | ||||
-rw-r--r-- | todo.sr.ht/graphql.md | 14 | ||||
-rw-r--r-- | todo.sr.ht/index.md | 6 |
4 files changed, 23 insertions, 1 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md index 1a6895e..104607b 100644 --- a/git.sr.ht/index.md +++ b/git.sr.ht/index.md @@ -7,7 +7,8 @@ sr.ht. **See also**: -- [API reference](api.md) +- [GraphQL reference](graphql.md) +- [Legacy API reference](api.md) - [Installation guide](installation.md) # New to git? @@ -16,6 +16,7 @@ conventions](api-conventions.md). - [meta.sr.ht](/meta.sr.ht/graphql.md) - [git.sr.ht](/git.sr.ht/graphql.md) +- [todo.sr.ht](/todo.sr.ht/graphql.md) # GraphQL playground diff --git a/todo.sr.ht/graphql.md b/todo.sr.ht/graphql.md new file mode 100644 index 0000000..08b9260 --- /dev/null +++ b/todo.sr.ht/graphql.md @@ -0,0 +1,14 @@ +--- +title: todo.sr.ht's GraphQL API +toc: false +--- + +**NOTICE**: This is the documentation for todo.sr.ht's new GraphQL API. For +information on the legacy REST API, see [api.md](api.md). + +todo.sr.ht's GraphQL API is compatible with the standard [SourceHut GraphQL API +conventions](/graphql.md). + +See also: + +- [todo.sr.ht GraphQL playground](https://todo.sr.ht/graphql) diff --git a/todo.sr.ht/index.md b/todo.sr.ht/index.md index 9d71ece..d5db763 100644 --- a/todo.sr.ht/index.md +++ b/todo.sr.ht/index.md @@ -5,6 +5,12 @@ title: todo.sr.ht docs [todo.sr.ht](https://todo.sr.ht/) is an issue tracker that can be used for your projects. +**See also**: + +- [GraphQL reference](graphql.md) +- [Legacy API reference](api.md) +- [Installation guide](installation.md) + # Getting started New trackers can be created on the [create page][create page] which can be |