From 4dd970f1ed5c58eae06a14bd6602ed732f2aaf8a Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 12 Feb 2026 20:30:49 -0500 Subject: [PATCH 1/2] feat: adds clio to the list of tools Signed-off-by: Vincent Biret --- src/content/tools/clio.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/content/tools/clio.md diff --git a/src/content/tools/clio.md b/src/content/tools/clio.md new file mode 100644 index 00000000..ba13f302 --- /dev/null +++ b/src/content/tools/clio.md @@ -0,0 +1,23 @@ +--- +name: Clio +description: Clio is a CLI to apply Overlays to OpenAPI descriptions. It's small, blazing fast and dedicated to applying Overlays really well. It's also available as a .net library in case you'd want to integrate overlay processing in your application. +categories: + - misc + - converters +languages: + csharp: true + cli: true + docker: true +oasVersions: + v2: true + v3: true + v3_1: true + v3_2: true +oaiSpecs: + oas: true + overlays: true +badges: + - oas-v32-early + - overlays-pioneer +repo: https://github.com/BinkyLabs/openapi-overlay-dotnet +--- From d19fe8d83557c25920158e1a91c2300978cd4a11 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 12 Feb 2026 20:33:27 -0500 Subject: [PATCH 2/2] fix: typo Signed-off-by: Vincent Biret --- src/content/tools/clio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/tools/clio.md b/src/content/tools/clio.md index ba13f302..a084e53a 100644 --- a/src/content/tools/clio.md +++ b/src/content/tools/clio.md @@ -19,5 +19,5 @@ oaiSpecs: badges: - oas-v32-early - overlays-pioneer -repo: https://github.com/BinkyLabs/openapi-overlay-dotnet +repo: https://github.com/BinkyLabs/openapi-overlays-dotnet ---