Copilot commented on code in PR #13670: URL: https://github.com/apache/skywalking/pull/13670#discussion_r2697180942
########## docs/en/setup/backend/backend-docker.md: ########## @@ -48,3 +48,6 @@ The files with the same name will be overridden; otherwise, they will be added t If you want to add more libs/jars into the classpath of OAP, for example, new metrics for OAL. These jars can be mounted into `/skywalking/ext-libs`, then `entrypoint` bash will append them into the classpath. Notice, you can't override an existing jar in classpath. + +# What's Next Review Comment: Markdown heading level is inconsistent. This is a level-1 heading (#) while the document contains level-2 headings (##) for 'Start the storage...', 'Start a standalone container...', etc. This should be '## What's Next' to maintain consistent heading hierarchy. ```suggestion ## What's Next ``` -- 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]
