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 0a9922a commit d1e6385Copy full SHA for d1e6385
packages/guides-restructured-text/src/RestructuredText/Directives/ContentsDirective.php
@@ -39,7 +39,7 @@ public function process(
39
$blockContext->getDocumentParserContext()->getContext()->getCurrentFileName(),
40
);
41
42
- return (new ContentMenuNode([new SectionMenuEntryNode($absoluteUrl, null)]))
+ return (new ContentMenuNode([new SectionMenuEntryNode($absoluteUrl)]))
43
->withOptions($this->optionsToArray($options))
44
->withCaption($directive->getDataNode());
45
}
0 commit comments