From 19a74ec3d34c04207b65cec59e90b9ec8cff30b3 Mon Sep 17 00:00:00 2001 From: Damiano Albani Date: Thu, 6 Jul 2023 17:55:10 +0200 Subject: [PATCH] Show proper product name in API documentation index page (#16853) --- distribution/api-docs-dist/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/api-docs-dist/src/index.html b/distribution/api-docs-dist/src/index.html index 97a802881ab..b5e2b4c2892 100755 --- a/distribution/api-docs-dist/src/index.html +++ b/distribution/api-docs-dist/src/index.html @@ -24,7 +24,7 @@ -

${product.name.full} API Documentation

+

Keycloak API Documentation

Admin REST API