File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,8 @@ type Shortcut = {
99
1010let loader ( projectRoot : string ) ( siteContet : SiteContents ) =
1111 siteContet.Add({ title = " Home" ; link = " /" ; icon = " fas fa-home" })
12- siteContet.Add({ title = " GitHub repo" ; link = " TODO: ADD_LINK" ; icon = " fab fa-github" })
12+ siteContet.Add({ title = " F# Software Foundation" ; link = " https://fsharp.org" ; icon = " fas fa-globe" })
13+ siteContet.Add({ title = " GitHub repo" ; link = " https://github.com/fsharp/FSharp.Compiler.Service" ; icon = " fab fa-github" })
14+ siteContet.Add({ title = " License" ; link = " https://github.com/fsharp/FSharp.Compiler.Service/blob/master/LICENSE" ; icon = " far fa-file" })
15+ siteContet.Add({ title = " Release Notes" ; link = " https://github.com/fsharp/FSharp.Compiler.Service/blob/master/RELEASE_NOTES.md" ; icon = " far fa-file-alt" })
1316 siteContet
You can’t perform that action at this time.
0 commit comments