fix: enforce strict broken-link checks and fix relative md link in create-a-page
Closes #422
Closes #422
Co-authored-by: olgahryniuk <[email protected]>
This way it's consistent with `PraosFetchMode` constructor.
Signed-off-by: Roland Kuhn <[email protected]>
Use a newtype for `ChurnMode`. ChurnMode follows `FetchMode`, hence a newtype actually makes more sense than a separate data type.
Which introduced some flakiness in the e2e test.