Skip to content

Commit 2a8bd7b

Browse files
committed
Use sentence case for blog post titles
1 parent 16c8d72 commit 2a8bd7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/content/blog/api-retirement-done-right.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API Retirement Done Right: How Spec-Driven Gateways Turn End-of-Life Into a Non-Event"
2+
title: "API retirement done right: how spec-driven gateways turn end-of-life into a non-event"
33
description: "APIs are easy to launch and nearly impossible to kill. Explore how Barbacane's compiled, spec-driven approach turns API retirement from an organizational ordeal into a routine lifecycle operation."
44
publishDate: 2026-03-03
55
author: "Nicolas Dreno"

src/content/blog/authorization-at-the-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Authorization at the Gateway: CEL and OPA for Policy-Driven Access Control"
2+
title: "Authorization at the gateway: CEL and OPA for policy-driven access control"
33
description: "Authentication tells you who someone is. Authorization tells you what they can do. Explore how Barbacane's CEL and OPA plugins bring policy-driven access control to the gateway layer, from inline expressions to centralized policy engines."
44
publishDate: 2026-02-14
55
author: "Nicolas Dreno"

src/content/blog/beyond-configuration-drift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Beyond Configuration Drift: How Barbacane Reimagines the API Gateway with Rust and WASM"
2+
title: "Beyond configuration drift: how Barbacane reimagines the API gateway with Rust and WASM"
33
description: "What if your OpenAPI spec wasn't just documentation, but the actual configuration of your production gateway? Explore how Barbacane eliminates configuration drift with a spec-driven, compiled approach."
44
publishDate: 2026-02-12
55
author: "Nicolas Dreno"

src/content/blog/one-gateway-many-specs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "One Gateway, Many Specs: How Barbacane Unifies Your API Ecosystem"
2+
title: "One gateway, many specs: how Barbacane unifies your API ecosystem"
33
description: "Most API tooling assumes one repo, one spec. But microservices don't work that way. Explore how Barbacane's multi-spec compilation merges your OpenAPI and AsyncAPI files into a single, validated artifact."
44
publishDate: 2026-02-13
55
author: "Nicolas Dreno"

0 commit comments

Comments
 (0)