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.
v doc
1 parent 4ed9703 commit 490a014Copy full SHA for 490a014
cmd/tools/vdoc/html.v
@@ -261,7 +261,7 @@ fn (vd VDoc) gen_html(d doc.Doc) string {
261
} else {
262
symbols_toc_str
263
}).replace('{{ contents }}', contents.str()).replace('{{ right_content }}', if cfg.is_multi
264
- && vd.docs.len > 1 && d.head.name != 'README' {
+ && d.head.name != 'README' {
265
'<div class="doc-toc"><ul>' + symbols_toc_str + '</ul></div>'
266
267
''
0 commit comments