diff --git a/library-and-framework-list.json b/library-and-framework-list.json index d32eec0d..d1154a25 100644 --- a/library-and-framework-list.json +++ b/library-and-framework-list.json @@ -1626,6 +1626,40 @@ } ] }, + { + "artifact": "org.fugerit.java:fj-doc-base", + "description": "Core modules of Fugerit Venus Doc framework. Contains XML source and simple markdown doc handler.", + "details": [ + { + "minimum_version": "8.10.6", + "metadata_locations": [ + "https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-base/src/main/resources/META-INF/native-image" + ], + "tests_locations": [ + "https://github.com/fugerit-org/fj-doc/blob/main/.github/workflows/build_fj-doc-native-quarkus_test.yml", + "https://github.com/fugerit-org/fj-doc/blob/main/fj-doc-native-quarkus/README.md" + ], + "test_level": "fully-tested" + } + ] + }, + { + "artifact": "org.fugerit.java:fj-doc-freemarker", + "description": "FreeMarker extensions for Fugerit Venus Doc framework. Contains doc handler for HTML and AsciiDoc.", + "details": [ + { + "minimum_version": "8.10.6", + "metadata_locations": [ + "https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-freemarker/src/main/resources/META-INF/native-image" + ], + "tests_locations": [ + "https://github.com/fugerit-org/fj-doc/blob/main/.github/workflows/build_fj-doc-native-quarkus_test.yml", + "https://github.com/fugerit-org/fj-doc/blob/main/fj-doc-native-quarkus/README.md" + ], + "test_level": "fully-tested" + } + ] + }, { "artifact": "org.neo4j.driver:neo4j-java-driver", "description": "Official Java Driver for Neo4j",