Skip to content

Commit

Permalink
docs: Use tags.yml for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jun 29, 2024
1 parent f32b3b0 commit 1832202
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/blog/2023-07-04-v0.2-release-announcement.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v0.2 Controller.fetch, async getHeaders, Collections
authors: [ntucker]
tags: [releases, packages, rest, resource, endpoint, collections]
tags: [releases, rest, resource, endpoint, collection]
---

import HooksPlayground from '@site/src/components/HooksPlayground';
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-01-15-v0.9-release-announcement copy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v0.9 Things
authors: [ntucker]
tags: [releases, packages, rest, resource, endpoint, collections]
tags: [releases, rest, resource, endpoint, collections]
draft: true
---

Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-04-08-v0.11-queries-querable-usequery.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v0.11 Queries, Queryable, and useQuery
authors: [ntucker]
tags: [releases, packages, query, queryable, usequery, schema]
tags: [releases, queryable, schema]
image: https://imgur.com/a/ajAmejK
---

Expand Down
39 changes: 39 additions & 0 deletions website/blog/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
releases:
label: 'Releases'
description: 'New versions of Reactive Data Client'
permalink: /releases

schema:
label: 'Schemas'
description: 'TypeSafe definition of a data model'
permalink: /schema

queryable:
label: 'Queryable'
description: 'Queryable Schemas allow store access without an endpoint'
permalink: /queryable

rest:
label: 'REST'
description: 'Representational state transfer: HTTP based APIs'
permalink: /rest

graphql:
label: 'GraphQL'
description: 'Query and manipulation language for APIs'
permalink: /graphql

resource:
label: 'Resources'
description: 'Resources are a collection of methods for a given data model'
permalink: /resource

endpoint:
label: 'Endpoint'
description: 'Endpoints are the methods on that data'
permalink: /endpoint

collection:
label: 'Collections'
description: 'Mutable Arrays or Values'
permalink: /collection

0 comments on commit 1832202

Please sign in to comment.