Skip to content

Commit

Permalink
GH-909 - Fix icons and coloring in fundamentals section of reference …
Browse files Browse the repository at this point in the history
…docs.
  • Loading branch information
odrotbohm committed Oct 25, 2024
1 parent 9d7bda9 commit c68d934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/antora/modules/ROOT/pages/fundamentals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ icon:cubes[] Example
├─ **icon:cube[] example.order**
| └─ icon:plus-circle[role=green] OrderManagement.java
└─ icon:cube[] example.order.internal
└─ icon:plus-circle[role=red] SomethingOrderInternal.java
└─ icon:plus-circle[role=green] SomethingOrderInternal.java
----

In such an arrangement, the `order` package is considered an API package.
Expand Down Expand Up @@ -191,13 +191,13 @@ icon:cubes[] Example
| ├─ icon:plus-circle[role=green] InventoryManagement.java
| └─ icon:minus-circle[role=red] SomethingInventoryInternal.java
├─ icon:cube[] example.inventory.internal
| └─ icon:plus-circle[role=red] SomethingInventoryInternal.java
| └─ icon:minus-circle[role=red] SomethingInventoryInternal.java
|
| -> Inventory > Nested
|
├─ icon:cube[] example.inventory.nested
| ├─ icon:coffee[] package-info.java // @ApplicationModule
| └─ icon:plus-circle[role=yellow] NestedApi.java
| └─ icon:plus-circle[role=orange] NestedApi.java
├─ icon:cube[] example.inventory.nested.internal
| └─ icon:minus-circle[role=red] NestedInternal.java
|
Expand Down

0 comments on commit c68d934

Please sign in to comment.