Skip to content

Commit ed316c7

Browse files
committed
fix docs
1 parent b947c3e commit ed316c7

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

docs/UPGRADE-4.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
---
2+
searchable: false
3+
---
14
# Upgrade 4.0
25

36
## Aggregates

docs/testing.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,14 @@ final class ProfileTest extends AggregateRootTestCase
184184
}
185185
}
186186
```
187-
!!! note
188187

189-
You can find out more about the clock [here](clock.md).
188+
:::note
189+
You can find out more about the clock [here](clock.md).
190+
:::
190191

191-
!!! tip
192-
193-
You can use the FreezeClock in you integration tests to test the time-based behavior of your application.
192+
:::tip
193+
You can use the FreezeClock in you integration tests to test the time-based behavior of your application.
194+
:::
194195

195196
## Tests with UUID
196197

@@ -216,8 +217,8 @@ final class ProfileTest extends TestCase
216217
}
217218
}
218219
```
219-
!!! warning
220220

221-
The `IncrementalRamseyUuidFactory` is only for testing purposes
222-
and supports only the version 7 what is used by the library.
223-
221+
:::warning
222+
The `IncrementalRamseyUuidFactory` is only for testing purposes
223+
and supports only the version 7 what is used by the library.
224+
:::

docs/upcasting.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ final class ProfileCreatedEmailLowerCastUpcaster implements Upcaster
3434
}
3535
}
3636
```
37-
!!! warning
38-
39-
You need to consider that other events are passed to the Upcaster. So and early out is here endorsed.
37+
:::warning
38+
You need to consider that other events are passed to the Upcaster. So and early out is here endorsed.
39+
:::
4040

4141
## Adjust event name
4242

@@ -65,9 +65,10 @@ final class EventNameRenameUpcaster implements Upcaster
6565
}
6666
}
6767
```
68-
!!! tip
6968

70-
Events can also have [aliases](./events.md#alias). This is usually sufficient.
69+
:::tip
70+
Events can also have [aliases](./events.md#alias). This is usually sufficient.
71+
:::
7172

7273
## Configure
7374

0 commit comments

Comments
 (0)