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 77b6ae1 commit 2b5b1efCopy full SHA for 2b5b1ef
docs/generators/lunr.fsx
@@ -42,7 +42,8 @@ let generate (ctx : SiteContents) (projectRoot: string) (page: string) =
42
43
let gen =
44
let ctn =
45
- $"%s{generatorOutput.AssemblyGroup.Name} \n %s{(generatorOutput.AssemblyGroup.Namespaces |> Seq.map (fun n -> n.Name) |> String.concat " ")}"
+ let namespaces = generatorOutput.AssemblyGroup.Namespaces |> Seq.map (fun n -> n.Name) |> String.concat " "
46
+ $"%s{generatorOutput.AssemblyGroup.Name} \n %s{namespaces}"
47
{uri = $"{rootUrl}/reference/%s{n.Label}/index.html"; title = $"%s{n.Label} - API Reference"; content = ctn }
48
49
let mdlsGen =
0 commit comments