Skip to content

Commit

Permalink
Run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder committed Feb 29, 2024
1 parent 6562a7b commit 08112dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
17 changes: 8 additions & 9 deletions docs/user/contributing/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ This section is based on the [Red Hat supplementary style guide](https://redhat-

Admonitions should draw the reader’s attention to certain information. Keep admonitions to a minimum, and avoid placing multiple admonitions close to one another. If multiple admonitions are necessary, restructure the information by moving the less-important statements into the flow of the main content. See the [Docusaurus documentation](https://docusaurus.io/docs/markdown-features/admonitions) to learn the correct syntax.

| Type | Description |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Note | Additional guidance or advice that improves product configuration, performance, or supportability |
| Tip | Recommendations, suggestions, and alternative methods that might not be obvious. Tips are not essential to using the product. |
| Info | General information about the topic at hand that may be useful or relevant to user. |
| Important | Advisory information essential to the completion of a task or default configuration settings. Users must not disregard this information. |
| Warning | Information that warns the user to proceed with caution. Warning emphasizes a course of action’s potential downsides. |
| Danger | Information about imminent system damage, data loss, or a support-related issue if the user disregards this admonition. If available, offer information to avoid the problem in the future or state where to find more information. |

| Type | Description |
| --------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Note | Additional guidance or advice that improves product configuration, performance, or supportability |
| Tip | Recommendations, suggestions, and alternative methods that might not be obvious. Tips are not essential to using the product. |
| Info | General information about the topic at hand that may be useful or relevant to user. |
| Important | Advisory information essential to the completion of a task or default configuration settings. Users must not disregard this information. |
| Warning | Information that warns the user to proceed with caution. Warning emphasizes a course of action’s potential downsides. |
| Danger | Information about imminent system damage, data loss, or a support-related issue if the user disregards this admonition. If available, offer information to avoid the problem in the future or state where to find more information. |

## Code blocks

Expand Down
8 changes: 4 additions & 4 deletions docs/user/software/development/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ All Java packages in the Solus repositories include the _Java Runtime Environmen

The following table lists the versions of Java available in the Solus repositories.

| Version | Package name | Installation directory | Included components | Notes |
| ------- | ------------ | ----------------------- | ------------------- | --------------------- |
| Java 11 | `openjdk-11` | `/usr/lib64/openjdk-11` | JRE, JDK, OpenJFX | |
| Java 17 | `openjdk-17` | `/usr/lib64/openjdk-17` | JRE, JDK | |
| Version | Package name | Installation directory | Included components | Notes |
| ------- | ------------ | ----------------------- | ------------------- | ----- |
| Java 11 | `openjdk-11` | `/usr/lib64/openjdk-11` | JRE, JDK, OpenJFX | |
| Java 17 | `openjdk-17` | `/usr/lib64/openjdk-17` | JRE, JDK | |

## Running Java Applications

Expand Down

0 comments on commit 08112dc

Please sign in to comment.