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",