Skip to content

Commit 62ed9d8

Browse files
Doris26copybara-github
authored andcommitted
docs: Adjust heading levels in WebMojo Javadoc
Replaced tags for section titles within the WebMojo class Javadoc to ensure proper document structure. PiperOrigin-RevId: 805986329
1 parent ea148eb commit 62ed9d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

maven_plugin/src/main/java/com/google/adk/maven/WebMojo.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
* through ADK Web UI. The plugin dynamically loads user-defined agents and makes them available
4949
* through a browser interface.
5050
*
51-
* <h3>Basic Usage</h3>
51+
* <h2>Basic Usage</h2>
5252
*
5353
* <pre>{@code
5454
* mvn google-adk:web -Dagents=com.example.MyAgentLoader
5555
* }</pre>
5656
*
57-
* <h3>Configuration Parameters</h3>
57+
* <h2>Configuration Parameters</h2>
5858
*
5959
* <ul>
6060
* <li><strong>agents</strong> (required) - Full class path to AgentLoader implementation
@@ -66,7 +66,7 @@
6666
* for injecting customized tools and agents
6767
* </ul>
6868
*
69-
* <h3>AgentLoader Implementation</h3>
69+
* <h2>AgentLoader Implementation</h2>
7070
*
7171
* <p>The agents parameter should point to a class that implements {@link AgentLoader}. It can
7272
* reference either:
@@ -76,7 +76,7 @@
7676
* <li>A class with default constructor: {@code com.example.MyProvider}
7777
* </ul>
7878
*
79-
* <h3>Web Interface</h3>
79+
* <h2>Web Interface</h2>
8080
*
8181
* <p>Once started, ADK Web UI is available at {@code http://host:port} where users can interact
8282
* with available agents.

0 commit comments

Comments
 (0)