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 7f9ac8c commit ad587aaCopy full SHA for ad587aa
tools/kochdocs.nim
@@ -320,9 +320,9 @@ proc buildDocsDir*(args: string, dir: string) =
320
let args = nimArgs & " " & args
321
let docHackJsSource = buildJS()
322
createDir(dir)
323
- # buildDocSamples(args, dir)
324
- # buildDoc(args, dir) # bottleneck
325
- # copyFile(dir / "overview.html", dir / "index.html")
+ buildDocSamples(args, dir)
+ buildDoc(args, dir) # bottleneck
+ copyFile(dir / "overview.html", dir / "index.html")
326
buildDocPackages(args, dir)
327
copyFile(docHackJsSource, dir / docHackJsSource.lastPathPart)
328
0 commit comments