Skip to content

Commit

Permalink
Added documentation entries
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Feb 6, 2024
1 parent 787adb2 commit 5bf5d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Venus - Fugerit Document Generation Framework (fj-doc)

Framework to produce documents in different formats starting from an XML document meta model.
Framework to produce documents in different output formats starting from an XML document meta model. (options for json and yaml source models are also available)

[![Keep a Changelog v1.1.0 badge](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23E05735)](CHANGELOG.md)
[![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-doc.svg)](https://mvnrepository.com/artifact/org.fugerit.java/fj-doc)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Home extends Component {
render() {
return <Fragment>
<h1>This is a playground for <a href="https://github.com/fugerit-org/fj-doc">Venus (fj-doc)</a> project.</h1>
<p>Framework to produce documents in different output formats starting from an XML document meta model. (options for json and yaml source models are also available)</p>
<List sx={{ width: '100%', maxWidth: 800 }}>
<ListItem key='1'>
<ListItemAvatar>
Expand Down Expand Up @@ -79,6 +80,9 @@ class Home extends Component {
<Grid item xs={12} align="left">
Note : See <a href="https://hub.docker.com/repository/docker/fugeritorg/fj-doc-playground-quarkus/general">docker repository</a> for more tags (for instance 'latest' stable or specific version).
</Grid>
<Grid item xs={12} align="left">
<p>For general documentation on Venus, see <a href="https://venusguides.fugerit.org/">Venus Guides</a> and <a href="https://venusguides.fugerit.org/src/docs/common/doc_format_summary.html">Doc Format Summary</a></p>
</Grid>
<Grid item xs={12} align="left">
<Info/>
</Grid>
Expand Down

0 comments on commit 5bf5d90

Please sign in to comment.