We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc35aa2 + ab43e2b commit d6e6ac2Copy full SHA for d6e6ac2
docs/make.jl
@@ -13,6 +13,7 @@ makedocs(
13
prettyurls=get(ENV, "CI", "false") == "true",
14
canonical="https://deloittedigitalapac.github.io/GraphQLClient.jl/stable",
15
),
16
+ strict=:doctest,
17
pages=[
18
"Home" => "index.md",
19
"Manual" => [
src/args.jl
@@ -44,16 +44,16 @@ julia> print(prettify_query(str))
44
A:\$A
45
C:[
46
{
47
- D:\$D1
48
- E:\$E1
+ D:\$D__1
+ E:\$E__1
49
}
50
51
- D:\$D2
52
- E:\$E2
+ D:\$D__2
+ E:\$E__2
53
54
55
- D:\$D3
56
- E:\$E3
+ D:\$D__3
+ E:\$E__3
57
58
]
59
)
0 commit comments