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 d3de957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 Expand Up @@ -311,7 +311,7 @@ icon:cubes[] Example
| ├— icon:coffee[] package-info.java
| └─ icon:plus-circle[role=green] SomeSpiInterface.java
└─ icon:cube[] example.order.internal
└─ icon:plus-circle[role=green] SomethingOrderInternal.java
└─ icon:minus-circle[role=red] SomethingOrderInternal.java
----

.`package-info.java` in `example.order.spi`
Expand Down

0 comments on commit d3de957

Please sign in to comment.