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 3d3216b commit 53a8066Copy full SHA for 53a8066
src/Web/Documentation/show.view.php
@@ -2,7 +2,7 @@
2
/** @var \App\Web\Documentation\ChapterView $this */
3
?>
4
5
-<x-base :copy-code-blocks="true">
+<x-base :copy-code-blocks="true" :description="$this->currentChapter->description ?? null">
6
<!-- Main container -->
7
<main class="container grow px-4 mx-auto xl:px-8 flex">
8
<!-- Sidebar -->
0 commit comments