From 49584e336b603f831e4ab5c93542283619da305e Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:13:54 +0200 Subject: [PATCH] fix: display the "contributing" section in the navbar The file that was previously referenced in the Antora configuration didn't exist. Use the right one. Note: this is a port of #2748. --- antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora.yml b/antora.yml index c1ce2a817e..8c9cd079c0 100644 --- a/antora.yml +++ b/antora.yml @@ -38,4 +38,4 @@ nav: - modules/runtime/runtime-nav.adoc - modules/security/security-nav.adoc - modules/version-update/version-update-nav.adoc - - modules/ROOT/build-community-nav.adoc + - modules/contributing/contributing-nav.adoc