From a4bde21af17a6c072df49b8fa49d8f293ebc5b9b Mon Sep 17 00:00:00 2001 From: Aramis Date: Mon, 11 Dec 2023 09:34:00 -0500 Subject: [PATCH] add a section for openapi Signed-off-by: Aramis --- docs/openapi/01-getting-started.md | 2 +- microsite/sidebars.json | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/openapi/01-getting-started.md b/docs/openapi/01-getting-started.md index 9750192675..eb3b1c1209 100644 --- a/docs/openapi/01-getting-started.md +++ b/docs/openapi/01-getting-started.md @@ -1,6 +1,6 @@ --- id: 01-getting-started -title: Creating plugins with OpenAPI (Experimental) +title: Schema-first plugins with OpenAPI (Experimental) description: Tutorial on how to start using OpenAPI schema-first development in your plugins. --- diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 620e341bac..ec224c59e3 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -248,7 +248,13 @@ "plugins/internationalization", "plugins/analytics", "plugins/feature-flags", - "openapi/01-getting-started", + { + "type": "category", + "label": "OpenAPI", + "items": [ + "openapi/01-getting-started" + ] + }, { "type": "category", "label": "Backends and APIs",