Skip to content

Commit

Permalink
47degrees#751: fix doc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Aug 31, 2022
1 parent 0e071b9 commit c8a8792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microsite/docs/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ You can search code with `searchCode`; it takes as arguments:
To search `github` in the scala code within this project repository:

```scala mdoc:compile-only
import github4s.domain.SearchCodeParam

val results = gh.search.searchCode(
query = "github",
searchParams = List(
Expand Down

0 comments on commit c8a8792

Please sign in to comment.