Skip to content

Commit e17a3c1

Browse files
authored
Merge pull request #799 from st3phhays/anchors
(#798) Add AnchorJS anchors to list items
2 parents 5289f53 + bfc1b6e commit e17a3c1

File tree

3 files changed

+455
-334
lines changed

3 files changed

+455
-334
lines changed

input/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
</div>
266266
<div class="container">
267267
<div class="row">
268-
<div id="mainContent" class="col-xl-10 order-2 order-xl-1">
268+
<div id="mainContent" class="anchorjs-container col-xl-10 order-2 order-xl-1">
269269
<div class="d-none d-xl-block">
270270
@Html.Partial("_Breadcrumbs")
271271
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"homepage": "https://github.com/chocolatey/docs#readme",
1414
"devDependencies": {
15-
"choco-theme": "0.5.8"
15+
"choco-theme": "0.5.11"
1616
},
1717
"resolutions": {
1818
"glob-parent": "^6.0.2",

0 commit comments

Comments
 (0)