From 0c7315b3807302600a615d6bacf05badcdb9b63e Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Sun, 28 Dec 2025 10:23:14 -0800 Subject: [PATCH 1/2] blog: add link to aep 2026. Adding a link to aep-2026 so it's easy to find from the blog post announcing it. --- blog/aep-2026-release.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/aep-2026-release.mdx b/blog/aep-2026-release.mdx index 89b124e7..27e6571e 100644 --- a/blog/aep-2026-release.mdx +++ b/blog/aep-2026-release.mdx @@ -21,7 +21,7 @@ continuously relearn the same standards. # A Shared Standard and Tools -The aep-2026 edition is our answer to that friction. It is an opinionated API +The [aep-2026 edition](https://aep.dev/aep-2026/1/) is our answer to that friction. It is an opinionated API design specification, providing well-defined requirements around common REST concepts like CRUD standard methods, pagination, filtering, and more. By agreeing on these common patterns, we make it easier for services to talk to From 376bd449f24c6b93bc8885859ee3fdbc313ddbaa Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Wed, 31 Dec 2025 14:09:30 -0800 Subject: [PATCH 2/2] fix lint --- Makefile | 2 +- blog/aep-2026-release.mdx | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 0d25ce9a..957d609d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ help: install: npm install . -lint: +lint: install npm run lint python3 scripts/fix.py --path ./aep/general/ python3 scripts/validate_links.py diff --git a/blog/aep-2026-release.mdx b/blog/aep-2026-release.mdx index 27e6571e..16ca8b84 100644 --- a/blog/aep-2026-release.mdx +++ b/blog/aep-2026-release.mdx @@ -21,12 +21,13 @@ continuously relearn the same standards. # A Shared Standard and Tools -The [aep-2026 edition](https://aep.dev/aep-2026/1/) is our answer to that friction. It is an opinionated API -design specification, providing well-defined requirements around common REST -concepts like CRUD standard methods, pagination, filtering, and more. By -agreeing on these common patterns, we make it easier for services to talk to -each other, clients to be built, and for developers to move between projects -without needing to learn idiosyncratic conventions. +The [aep-2026 edition](https://aep.dev/aep-2026/1/) is our answer to that +friction. It is an opinionated API design specification, providing well-defined +requirements around common REST concepts like CRUD standard methods, +pagination, filtering, and more. By agreeing on these common patterns, we make +it easier for services to talk to each other, clients to be built, and for +developers to move between projects without needing to learn idiosyncratic +conventions.