Skip to content

Commit 0b075c6

Browse files
authored
Merge pull request #52 from gethinode/develop
TOC
2 parents 3a5f0e6 + d2203fa commit 0b075c6

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

hugo_stats.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"align-items-end",
7474
"align-items-start",
7575
"align-middle",
76+
"align-self-center",
7677
"anchor",
7778
"badge",
7879
"bg-black",
@@ -103,6 +104,7 @@
103104
"btn-dark",
104105
"btn-group",
105106
"btn-outline-primary",
107+
"btn-outline-secondary",
106108
"btn-primary",
107109
"btn-toggle",
108110
"btn-toggle-nav",
@@ -151,6 +153,7 @@
151153
"container-xxl",
152154
"d-block",
153155
"d-flex",
156+
"d-grid",
154157
"d-inline-flex",
155158
"d-lg-block",
156159
"d-md-block",
@@ -240,6 +243,7 @@
240243
"fa-snowboarding",
241244
"fa-snowplow",
242245
"fa-solid",
246+
"fa-sort",
243247
"fa-spin",
244248
"fa-spinner",
245249
"fa-square",
@@ -282,6 +286,7 @@
282286
"fw-bold",
283287
"fw-normal",
284288
"g-3",
289+
"gap-2",
285290
"gradient",
286291
"gradient-featured",
287292
"h-100",
@@ -297,6 +302,7 @@
297302
"img-wrap",
298303
"invisible",
299304
"is-search",
305+
"justify-content-between",
300306
"justify-content-center",
301307
"justify-content-end",
302308
"lead",
@@ -364,6 +370,7 @@
364370
"navbar-expand-md",
365371
"navbar-expand-sm",
366372
"navbar-nav",
373+
"navbar-nav-scroll",
367374
"navbar-toggler",
368375
"next",
369376
"no-js",
@@ -375,6 +382,8 @@
375382
"order-first",
376383
"order-last",
377384
"p-0",
385+
"p-1",
386+
"p-2",
378387
"p-3",
379388
"p-4",
380389
"p-5",
@@ -482,6 +491,9 @@
482491
"toast-container",
483492
"toast-header",
484493
"toc",
494+
"toc-button",
495+
"toc-panel",
496+
"toc-sidebar",
485497
"toggler-icon",
486498
"top-0",
487499
"top-25",
@@ -857,6 +869,7 @@
857869
"themes",
858870
"toastButton",
859871
"toastMessage",
872+
"toc-collapse",
860873
"underline",
861874
"underline-1",
862875
"underline-1-0",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gethinode/docs",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "The source for https://gethinode.com",
55
"main": "index.js",
66
"scripts": {
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@fortawesome/fontawesome-free": "^6.4.0",
4040
"@fullhuman/postcss-purgecss": "^5.0.0",
41-
"@gethinode/hinode": "^0.12.0",
41+
"@gethinode/hinode": "^0.12.1",
4242
"autoprefixer": "^10.4.14",
4343
"bootstrap": "^5.3.0-alpha3",
4444
"cssnano": "^6.0.0",

0 commit comments

Comments
 (0)