File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ module DocsTool =
196
196
" fsdocs-package-version" , quoted latestEntry.NuGetVersion
197
197
" fsdocs-readme-link" , quoted ( READMElink.ToString ())
198
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" )
199
200
]
200
201
Strict = Some true
201
202
}
Original file line number Diff line number Diff line change 29
29
< body >
30
30
< nav class ="navbar sticky-top navbar-expand-lg bg-body ">
31
31
< div class ="container ">
32
- < a class ="navbar-brand " href ="{{root}} "> < img id ="fsdocs-logo " src ="https://raw.githubusercontent.com/fsprojects/FSharp.Control.R3/refs/heads/main/docsSrc/content/icon.png " /> </ a >
32
+ < a class ="navbar-brand " href ="{{root}} "> < img id ="fsdocs-logo " src ="{{fsdocs-logo-src}} " /> </ a >
33
33
< div id ="header ">
34
34
< div class ="searchbox ">
35
35
< input data-search-input ="" class ="m-3 " id ="search-by " type ="search " placeholder ="Search... " />
Original file line number Diff line number Diff line change 7
7
<PropertyGroup Label =" NuGet" >
8
8
<Title >FSharp.Control.R3</Title >
9
9
<Description >Extensions and wrappers for using R3 with F#</Description >
10
+ <PackageIcon >icon.png</PackageIcon >
10
11
</PropertyGroup >
11
12
12
13
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
22
23
<Compile Include =" TaskObservable.fs" />
23
24
</ItemGroup >
24
25
26
+ <ItemGroup >
27
+ <None Include =" ..\..\docsSrc\content\icon.png" >
28
+ <Pack >True</Pack >
29
+ <PackagePath >\</PackagePath >
30
+ </None >
31
+ </ItemGroup >
32
+
25
33
<ItemGroup >
26
34
<PackageReference Include =" Microsoft.SourceLink.GitHub" >
27
35
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments