Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ type PreparedRequest<RouteDef> = {
## Parameters

- `requestFactory`: A function that creates HTTP requests.

- Type: `RequestFactory`
- Source: Returned by `superagentRequestFactory` or `supertestRequestFactory`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function superagentRequestFactory(
## Parameters

- `agent`: The superagent library object or a pre-configured superagent instance.

- Type: `superagent.SuperAgentStatic | superagent.SuperAgent<any>`
- Example: `superagent` or a custom agent

Expand Down
5 changes: 3 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
--ifm-color-primary-lightest: #4d85ff;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(14, 15, 15, 0.1);
--ifm-font-family-base: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--ifm-font-family-base:
'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, sans-serif;
--ifm-heading-font-weight: 600;
--ifm-navbar-background-color: #ffffff;
--ifm-navbar-height: 80px;
Expand Down