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.
1 parent 2875b6a commit c41d5bbCopy full SHA for c41d5bb
build/build.fs
@@ -196,7 +196,8 @@ module DocsTool =
196
"fsdocs-package-version", quoted latestEntry.NuGetVersion
197
"fsdocs-readme-link", quoted (READMElink.ToString ())
198
"fsdocs-release-notes-link", quoted (CHANGELOGlink.ToString ())
199
- "fsdocs-logo-src", quoted ("https://raw.githubusercontent.com/fsprojects/FSharp.Control.R3/refs/heads/main/docsSrc/content/icon.png")
+ "fsdocs-logo-src",
200
+ quoted ("https://raw.githubusercontent.com/fsprojects/FSharp.Control.R3/refs/heads/main/docsSrc/content/icon.png")
201
]
202
Strict = Some true
203
}
0 commit comments