Skip to content

Commit d3de957

Browse files
committed
GH-909 - Fix icons and coloring in fundamentals section of reference docs.
1 parent 9d7bda9 commit d3de957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/antora/modules/ROOT/pages/fundamentals.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ icon:cubes[] Example
159159
├─ **icon:cube[] example.order**
160160
| └─ icon:plus-circle[role=green] OrderManagement.java
161161
└─ icon:cube[] example.order.internal
162-
└─ icon:plus-circle[role=red] SomethingOrderInternal.java
162+
└─ icon:plus-circle[role=green] SomethingOrderInternal.java
163163
----
164164

165165
In such an arrangement, the `order` package is considered an API package.
@@ -191,13 +191,13 @@ icon:cubes[] Example
191191
| ├─ icon:plus-circle[role=green] InventoryManagement.java
192192
| └─ icon:minus-circle[role=red] SomethingInventoryInternal.java
193193
├─ icon:cube[] example.inventory.internal
194-
| └─ icon:plus-circle[role=red] SomethingInventoryInternal.java
194+
| └─ icon:minus-circle[role=red] SomethingInventoryInternal.java
195195
|
196196
| -> Inventory > Nested
197197
|
198198
├─ icon:cube[] example.inventory.nested
199199
| ├─ icon:coffee[] package-info.java // @ApplicationModule
200-
| └─ icon:plus-circle[role=yellow] NestedApi.java
200+
| └─ icon:plus-circle[role=orange] NestedApi.java
201201
├─ icon:cube[] example.inventory.nested.internal
202202
| └─ icon:minus-circle[role=red] NestedInternal.java
203203
|
@@ -311,7 +311,7 @@ icon:cubes[] Example
311311
| ├— icon:coffee[] package-info.java
312312
| └─ icon:plus-circle[role=green] SomeSpiInterface.java
313313
└─ icon:cube[] example.order.internal
314-
└─ icon:plus-circle[role=green] SomethingOrderInternal.java
314+
└─ icon:minus-circle[role=red] SomethingOrderInternal.java
315315
----
316316

317317
.`package-info.java` in `example.order.spi`

0 commit comments

Comments
 (0)