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 48d5e8c commit 5505424Copy full SHA for 5505424
fcs/docsrc/loaders/globalloader.fsx
@@ -8,14 +8,14 @@ type SiteInfo = {
8
}
9
10
let config = {
11
- title = "FSharp.Compiler.Service"
12
- description = "Description of FSharp.Compiler.Service project"
+ title = "FSharp Compiler Service"
+ description = "F# compiler services for creating IDE tools, language extensions and for F# embedding"
13
theme_variant = Some "blue"
14
root_url =
15
#if WATCH
16
"http://localhost:8080/"
17
#else
18
- "TODO: ADD_ROOT_LINK"
+ "http://fsharp.github.io/FSharp.Compiler.Service/"
19
#endif
20
21
0 commit comments