Fix headers

This commit is contained in:
dennis.ludwig
2021-06-30 13:34:14 +02:00
parent 2148c7a059
commit 5ae4ee6ce7
4 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
---
title: "ADR"
quadrant: methods-and-patterns
ring: adopt
---

View File

@@ -1,7 +1,7 @@
---
title: "Apicurio Studio"
ring: tools
quadrant: trial
ring: trial
quadrant: tools
---
[Apicurio Studio](https://www.apicur.io/studio/) is a browser-based, open-source API design studio. It can be used to create or modify APIs using the [OpenAPI specification](https://swagger.io/specification/). The visual editor supports collaborative development and allows to easily define example responses matching incoming requests.

View File

@@ -1,7 +1,7 @@
---
title: "DGS Framework"
ring: tools
quadrant: assess
ring: assess
quadrant: tools
---
The [DGS Framework](https://netflix.github.io/dgs/) is a [GraphQL](https://graphql.org/) server framework based on [Spring Boot](https://spring.io/projects/spring-boot/). It extends [GraphQL Java](https://www.graphql-java.com/) with additional features such as:

View File

@@ -1,7 +1,7 @@
---
title: "Renovate"
ring: tools
quadrant: trial
ring: trial
quadrant: tools
---
[Renovate](https://github.com/renovatebot/renovate/) is an automated dependency update tool. It vastly reduces the time and effort spent on keeping a project's dependencies up-to-date by automatically creating merge requests whenever a dependency needs to be updated. The tool is easy to set up and configure, offers built-in support for monorepo architectures and works with various programming languages and package managers, e.g.