From 22386f4ddd3589a7059891026b0fb512a46237e4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 8 May 2024 19:03:44 -0700 Subject: [PATCH] Fix error in antora.yml --- spring-boot-project/spring-boot-docs/src/docs/antora/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/antora.yml b/spring-boot-project/spring-boot-docs/src/docs/antora/antora.yml index a57f4076b7..b75641b647 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/antora.yml +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/antora.yml @@ -14,7 +14,7 @@ ext: attributes: { icon: home } - path: "Documentation" attributes: { icon: book } - - path: "Community": + - path: "Community" attributes: { icon: question } - path: "System Requirements" attributes: { icon: server }