-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OZ-340: Align
maven-archetype
generated READMEs (#107)
- Loading branch information
1 parent
458b6af
commit 6f9f009
Showing
2 changed files
with
5 additions
and
23 deletions.
There are no files selected for viewing
26 changes: 4 additions & 22 deletions
26
maven-archetype/src/main/resources/archetype-resources/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,5 @@ | ||
# ${distributionName} | ||
# `${distributionName}` | ||
`${distributionName}` is a starter distribution of [Ozone HIS](https://www.ozone-his.com/), designed to address specific healthcare information system needs through configuration and extensibility. | ||
|
||
**${distributionName}** is a distribution of [Ozone HIS](https://www.ozone-his.com). | ||
|
||
Available commands to build and run the project: | ||
https://docs.ozone-his.com/create-distro/#available-commands | ||
|
||
--- | ||
|
||
<p align="center"> | ||
<a href="https://docs.ozone-his.com/"><img src="https://raw.githubusercontent.com/ozone-his/.github/refs/heads/main/profile/ozone-logo.png" alt="Ozone" width="30%"/></a> | ||
</p> | ||
|
||
<h3 align="center">The Instant HIS</h3> | ||
|
||
<p align="center"> | ||
Welcome to Ozone's open-source repositories! | ||
<br/>Engage with the Ozone community and access useful resources below: | ||
</p> | ||
|
||
<h3 align="center"> | ||
<a href="https://docs.ozone-his.com/">Docs</a> • <a href="https://talk.openmrs.org/c/software/ozone-his/70">Forum</a> • <a href="https://openmrs.slack.com/archives/C02PYQD5D0A">Chat Room</a> | ||
</h3> | ||
<h3>Getting Started</h3> | ||
To build and run this project, visit the [available commands](https://docs.ozone-his.com/create-distro/#available-commands) section in the Ozone HIS documentation for detailed instructions. |
2 changes: 1 addition & 1 deletion
2
maven-archetype/src/test/resources/projects/it-basic/reference/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# `basicDistribution` | ||
`basicDistribution` is a starter distribution of [Ozone HIS](https://www.ozone-his.com/), designed to address specific healthcare information system needs through configuration and extensibility. | ||
|
||
## Getting Started | ||
<h3>Getting Started</h3> | ||
To build and run this project, visit the [available commands](https://docs.ozone-his.com/create-distro/#available-commands) section in the Ozone HIS documentation for detailed instructions. |