From 7e021e407dc8cd5217b325cd3ff9bc08639fd135 Mon Sep 17 00:00:00 2001 From: Morgan Roderick Date: Fri, 3 Apr 2026 23:53:49 +0200 Subject: [PATCH] feat(homepage): add Learn feature, link features to content --- docs/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 73c37ab..f65f52c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,8 +16,10 @@ hero: features: - title: IETF Spec Compliant details: Implements draft-ietf-httpapi-idempotency-key-header-07 - - title: Request Fingerprinting - details: Detects conflicts when the same key is used with different payloads + link: /learn/spec + - title: Learn + details: Understand why idempotency matters for reliable APIs + link: /learn/ --- ## Projects