This is an automated email from the ASF dual-hosted git repository.

JingsongLi pushed a commit to branch refactor_docs
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/refactor_docs by this push:
     new aac732f9dd [docs] Fix generated docs path in 
ConfigOptionsDocsCompletenessITCase
aac732f9dd is described below

commit aac732f9ddf7283c8312df80465951b4c9dbc22c
Author: JingsongLi <[email protected]>
AuthorDate: Thu May 21 18:13:26 2026 +0800

    [docs] Fix generated docs path in ConfigOptionsDocsCompletenessITCase
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 .../paimon/docs/configuration/ConfigOptionsDocsCompletenessITCase.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/paimon-docs/src/test/java/org/apache/paimon/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
 
b/paimon-docs/src/test/java/org/apache/paimon/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
index f71c83c636..451d927414 100644
--- 
a/paimon-docs/src/test/java/org/apache/paimon/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
+++ 
b/paimon-docs/src/test/java/org/apache/paimon/docs/configuration/ConfigOptionsDocsCompletenessITCase.java
@@ -212,8 +212,7 @@ public class ConfigOptionsDocsCompletenessITCase {
 
     private static Map<String, List<DocumentedOption>> 
parseDocumentedOptions() throws IOException {
         final String rootDir = 
ConfigOptionsDocGeneratorTest.getProjectRootDir();
-        Path includeFolder =
-                Paths.get(rootDir, "docs", "layouts", "shortcodes", 
"generated").toAbsolutePath();
+        Path includeFolder = Paths.get(rootDir, "docs", 
"generated").toAbsolutePath();
         return Files.list(includeFolder)
                 .filter(
                         (path) -> {

Reply via email to