Skip to content

Commit 7d6eb3e

Browse files
Add more links to the shortcuts
1 parent 0a6f0d4 commit 7d6eb3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fcs/docsrc/loaders/pageloader.fsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ type Shortcut = {
99

1010
let 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

0 commit comments

Comments
 (0)