rahulgoswami commented on code in PR #3685:
URL: https://github.com/apache/solr/pull/3685#discussion_r2380836282


##########
gradle/help.gradle:
##########
@@ -19,17 +19,17 @@
 
 configure(rootProject) {
   def helpFiles = [
-      ["Workflow", "help/workflow.txt", "Typical workflow commands."],
-      ["Ant", "help/ant.txt", "Ant-gradle migration help."],
-      ["Tests", "help/tests.txt", "Tests, filtering, beasting, etc."],
-      ["Formatting", "help/formatting.txt", "Code formatting conventions."],
-      ["Deps", "help/dependencies.txt", "Declaring, inspecting and excluding 
dependencies."],
-      ["ForbiddenApis", "help/forbiddenApis.txt", "How to add/apply rules for 
forbidden APIs."],
-      ["LocalSettings", "help/localSettings.txt", "Local settings, overrides 
and build performance tweaks."],
-      ["Git", "help/git.txt", "Git assistance and guides."],
-      ["ValidateLogCalls", "help/validateLogCalls.txt", "How to use logging 
calls efficiently."],
-      ["Publishing", "help/publishing.txt", "Release publishing publishing, 
signing, etc."],
-      ["Docker", "solr/docker/gradle-help.txt", "Building Solr Docker 
images."],
+      ["Workflow", "dev-docs/gradle-help/workflow.txt", "Typical workflow 
commands."],
+      ["Ant", "dev-docs/gradle-help/ant.txt", "Ant-gradle migration help."],
+      ["Tests", "dev-docs/gradle-help/tests.txt", "Tests, filtering, beasting, 
etc."],
+      ["Formatting", "dev-docs/gradle-help/formatting.txt", "Code formatting 
conventions."],
+      ["Deps", "dev-docs/gradle-help/dependencies.txt", "Declaring, inspecting 
and excluding dependencies."],

Review Comment:
   This is the only one with inconsistent naming? If I had to guess the help 
option, I would guess ./gradlew helpDependencies and I'd be wrong. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to