From 4d9be7a4606850370927fbbfafc9fc6d2cc53b19 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Fri, 10 Jan 2025 16:51:37 +0100 Subject: [PATCH 1/2] Fix and add examples Signed-off-by: Charles d'Avernas --- src/pages/index.astro | 69 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 61 insertions(+), 8 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 5724c10..fdb70f3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -70,7 +70,7 @@ import { Code } from 'astro:components'; - +
-

Async API Example

+

AsyncAPI Example

+ +
+

OpenAPI Example

+ +
+ +
+

gRPC Example

+ +
+ +
+

Container Example

+ +
From 9afc4fdb0734b0bd18988f28d3528ba196a86a15 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Fri, 10 Jan 2025 16:58:13 +0100 Subject: [PATCH 2/2] Fix Container example name Signed-off-by: Charles d'Avernas --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index fdb70f3..0f4ae8b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -142,7 +142,7 @@ do: arguments: name: '$\{ .user.preferredDisplayName }'`} /> - +

Container Example