From 549b46da0c7030249c81f827b801bb24bd6b57cd Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 17 Sep 2024 10:51:53 -0400 Subject: [PATCH] help the next person (#2711) --- dev-docs/FAQ.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-docs/FAQ.adoc b/dev-docs/FAQ.adoc index b25d81bd6a9..820e952b5f3 100644 --- a/dev-docs/FAQ.adoc +++ b/dev-docs/FAQ.adoc @@ -97,3 +97,7 @@ If you don't yet have an account, you have to ask for one in the 'users' or 'dev * http://fucit.org/solr-jenkins-reports/failure-report.html * https://ge.apache.org/scans/tests?search.relativeStartTime=P90D&search.rootProjectNames=solr* * https://lists.apache.org[Solr mailing list archives especially builds] + +=== How can I build the JavaDoc's and the Reference Guide? + +Run `./gradlew buildLocalSite` to build the Javadoc's and the Reference Guide site.