Skip to content

Commit 5505424

Browse files
Small general fixes
1 parent 48d5e8c commit 5505424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fcs/docsrc/loaders/globalloader.fsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ type SiteInfo = {
88
}
99

1010
let config = {
11-
title = "FSharp.Compiler.Service"
12-
description = "Description of FSharp.Compiler.Service project"
11+
title = "FSharp Compiler Service"
12+
description = "F# compiler services for creating IDE tools, language extensions and for F# embedding"
1313
theme_variant = Some "blue"
1414
root_url =
1515
#if WATCH
1616
"http://localhost:8080/"
1717
#else
18-
"TODO: ADD_ROOT_LINK"
18+
"http://fsharp.github.io/FSharp.Compiler.Service/"
1919
#endif
2020
}
2121

0 commit comments

Comments
 (0)