Skip to content

Commit 849506c

Browse files
committed
Documentation review #27
1 parent 0a9df20 commit 849506c

File tree

6 files changed

+53
-20
lines changed

6 files changed

+53
-20
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- javadoc badges
13+
- modules description
14+
1015
### Changed
1116

1217
- fj-bom version set to 1.3.1
1318
- Sonar Cloud Maven Build set to use maven profile sonarfugerit and github environmental variable for sonarKey
1419

20+
### Removed
21+
22+
- index.md
23+
1524
## [8.2.2] - 2023-08-31
1625

1726
### Fixed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Provides helper libraries for other java projects (io, configuration, etc.)
44

55

66
[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md)
7-
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-core.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-core)
7+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-lib.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-lib)
88
[![license](https://img.shields.io/badge/License-Apache%20License%202.0-teal.svg)](https://opensource.org/licenses/Apache-2.0)
99
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=fugerit-org_fj-lib&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=fugerit-org_fj-lib)
1010

@@ -20,3 +20,25 @@ Quick start :
2020
Maven profiles :
2121
- full (create javadoc and sources package too)
2222
- test (run tests, by default tests are excluded)
23+
24+
## module : [fj-core](fj-core/README.md)
25+
26+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-core.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-core)
27+
[![javadoc](https://javadoc.io/badge2/org.fugerit.java/fj-core/javadoc.svg)](https://javadoc.io/doc/org.fugerit.java/fj-core)
28+
29+
Simple utilities for IO, Configuration, DB, Language types and more.
30+
31+
## module : [fj-core-jvfs](fj-core-jvfs/README.md)
32+
33+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-core-jvfs.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-core-jvfs)
34+
[![javadoc](https://javadoc.io/badge2/org.fugerit.java/fj-core-jvfs/javadoc.svg)](https://javadoc.io/doc/org.fugerit.java/fj-core-jvfs)
35+
36+
Abstraction layer for a virtual file system (can be based on real file syste, database, class loader etc.)
37+
38+
## module : [fj-tool](fj-tool/README.md)
39+
40+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-tool.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-tool)
41+
[![javadoc](https://javadoc.io/badge2/org.fugerit.java/fj-tool/javadoc.svg)](https://javadoc.io/doc/org.fugerit.java/fj-tool)
42+
43+
Sample tool wrappers for some of [fj-core](../fj-core/README.md) module functionalities.
44+

fj-core-jvfs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# fj-core-jvfs
2+
3+
[fj-lib index](../README.md)
4+
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-core-jvfs.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-core-jvfs)
6+
[![javadoc](https://javadoc.io/badge2/org.fugerit.java/fj-core-jvfs/javadoc.svg)](https://javadoc.io/doc/org.fugerit.java/fj-core-jvfs)
7+
8+
Abstraction layer for a virtual file system (can be based on real file syste, database, class loader etc.)

fj-core/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# fugerit-java-core
1+
# fj-core
22

3-
Useful resources :
4-
* [Fugerit Java Library Home](https://www.fugerit.org/jupiter) - Home page to the project
3+
[fj-lib index](../README.md)
54

6-
Quick start :
7-
mvn clean install
5+
Simple utilities for IO, Configuration, DB, Language types and more.
6+
7+
![Maven Central](https://mvnrepository.com/artifact/org.fugerit.java/fj-core) ![javadoc](https://javadoc.io/doc/org.fugerit.java/fj-core)

fj-tool/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# fj-tool
2+
3+
[fj-lib index](../README.md)
4+
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-tool.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-tool)
6+
[![javadoc](https://javadoc.io/badge2/org.fugerit.java/fj-tool/javadoc.svg)](https://javadoc.io/doc/org.fugerit.java/fj-tool)
7+
8+
Sample tool wrappers for some of [fj-core](../fj-core/README.md) module functionalities.

index.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)