mirror of https://github.com/status-im/NimYAML.git
webdocs: have code always on left side in quickstart
This commit is contained in:
parent
1fe5991337
commit
5aa39aa0f1
|
@ -85,6 +85,7 @@ proc outputExamples(curPath: string, level: int = 0) =
|
|||
if filePath != "title": codeFiles.add(filePath)
|
||||
elif kind == pcDir:
|
||||
subdirs.add(filePath)
|
||||
codeFiles.sort()
|
||||
case codeFiles.len
|
||||
of 0: discard
|
||||
of 1:
|
||||
|
|
Loading…
Reference in New Issue