Skip to content

Commit ac576c9

Browse files
committed
0.8.0 (2023-01-07)
------------------ + Added a new module for generating documentation [fj-doc-lib-autodoc](https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-lib-autodoc) + Published new version of [doc-2-0.xsd](https://venusdocs.fugerit.org/fj-doc-base/src/main/resources/config/doc-2-0.xsd), [see doc xsd changelog](https://github.com/fugerit-org/fj-doc/blob/main/fj-doc-base/DocXsdChangelog.md) + Created a brand new [xsd reference documentation](https://venusdocs.fugerit.org/fj-doc-lib-autodoc/src/main/docs/doc_xsd_config_ref.html)
1 parent 1221660 commit ac576c9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Core library (fj-doc-base) is all you need to start, even though typically y
77
* fj-doc-freemarker
88
* One or more type handlers modules
99

10-
Useful resources : [github pages documentation](https://venusdocs.fugerit.org/) | [project home page](https://www.fugerit.org/perm/venus) | docgen [home](https://www.fugerit.org/data/java/doc/venus/index.html) | [release notes](https://www.fugerit.org/data/java/doc/venus/release-notes.html)
10+
Useful resources : [github pages documentation](https://venusdocs.fugerit.org/) | [project home page](https://www.fugerit.org/perm/venus) | docgen [home](https://www.fugerit.org/data/java/doc/venus/index.html) | [release notes](https://www.fugerit.org/data/java/doc/venus/release-notes.html) | [Doc XSD Configuration Reference](https://venusdocs.fugerit.org/fj-doc-base/src/main/docs/doc_xsd_config_ref.html)
1111

1212
A quick start is available in module [fj-doc-sample](fj-doc-sample/README.md)
1313

docgen/release-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
------------------
33
+ Added a new module for generating documentation [fj-doc-lib-autodoc](https://github.com/fugerit-org/fj-doc/tree/main/fj-doc-lib-autodoc)
44
+ Published new version of [doc-2-0.xsd](https://venusdocs.fugerit.org/fj-doc-base/src/main/resources/config/doc-2-0.xsd), [see doc xsd changelog](https://github.com/fugerit-org/fj-doc/blob/main/fj-doc-base/DocXsdChangelog.md)
5-
+ Created a brand new [xsd reference documentation](https://venusdocs.fugerit.org/fj-doc-lib-autodoc/src/main/docs/doc_xsd_config_ref.html)
5+
+ Created a brand new [xsd reference documentation](https://venusdocs.fugerit.org/fj-doc-base/src/main/docs/doc_xsd_config_ref.html)
66

77
0.7.2 (2023-01-04)
88
------------------
File renamed without changes.

fj-doc-lib-autodoc/src/test/java/test/org/fugerit/java/doc/lib/autodoc/facade/TestAutodocDocConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class TestAutodocDocConfig {
1616

1717
private static final Logger logger = LoggerFactory.getLogger( TestAutodocDocConfig.class );
1818

19-
private static final String TARGET = "src/main/docs/doc_xsd_config_ref.html";
19+
private static final String TARGET = "../fj-doc-base/src/main/docs/doc_xsd_config_ref.html";
2020

2121
//private static final String TARGET = "target/doc_xsd_config_ref.html";
2222

0 commit comments

Comments
 (0)