-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Docs Infra: Remove borders from API page #5135
Copy link
Copy link
Open
Labels
Description
Information
The API docs have too many borders drawn around some blocks.
A cause can be because the current DOM structure renders the following DOM structure, with a nested code/pre block:
<pre>
<code>
<pre>
<code>
</code>
</pre>
</code>
</pre>
Documentation page
https://ngrx.io/api/effects/provideEffects
I would be willing to submit a PR to fix this issue
- Yes
- No
Reactions are currently unavailable