Skip to content

Commit 0f7c626

Browse files
committed
update docs
1 parent 2beaf97 commit 0f7c626

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/html/pages/layout/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>{{ title }}</h1>
1313

1414
- a layout container wrapper with the `.layout-container` class (also works when applied to `body`)
1515
- a layout content wrapper with the `.layout-content` class
16-
- ***optional*** add the `data-scrollable` attribute to the `.layout-content` container to enable [custom scrollbars](../custom-scrollbars.html)
16+
- ***optional*** add the `data-scrollable` attribute to the `.layout-content` container to enable [custom scrollbars](../scrollbars.html)
1717
{% endmarkdown %}
1818

1919
<div class="card card-block">

docs/src/html/pages/sidebar/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ <h1>{{ title }}</h1>
1818
</li>
1919
</ul>
2020
<blockquote>
21-
At minimum, a sidebar container requires to:
21+
To create a sidebar, you must:
2222
</blockquote>
2323
<ul>
2424
<li>use the <code>.sidebar</code> class</li>
2525
<li>have a unique <code>id</code> attribute</li>
26-
<li><em class="strong">optional</em> add <code>data-scrollable</code> attribute to enable <a href="../custom-scrollbars.html">custom scrollbars</a></li>
26+
<li><em class="strong">optional</em> add <code>data-scrollable</code> attribute to enable <a href="../scrollbars.html">custom scrollbars</a></li>
2727
</ul>
2828
{% include 'code/sidebar-basic.html' %}
2929
</div>

0 commit comments

Comments
 (0)