Compare commits
4 Commits
30b0cabf0e
...
4b9d65f4df
Author | SHA1 | Date |
---|---|---|
|
4b9d65f4df | |
|
22c6014979 | |
|
ce68831d7d | |
|
88912d41a7 |
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -4,26 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||||
|
|
||||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
|
||||||
#### [v1.4.1](https://github.com/gethyas/doks/compare/v1.4.0...v1.4.1)
|
|
||||||
|
|
||||||
- deps: bump hugo from v0.123.6 to v0.123.7 [`64fab20`](https://github.com/gethyas/doks/commit/64fab200283a0dc090f18e6ebc6c76ea1184716c)
|
|
||||||
|
|
||||||
#### [v1.4.0](https://github.com/gethyas/doks/compare/v1.3.0...v1.4.0)
|
|
||||||
|
|
||||||
> 1 March 2024
|
|
||||||
|
|
||||||
- feat: update for @hyas/doks-core v1.4.0 [`c177c10`](https://github.com/gethyas/doks/commit/c177c10daaca12e4ee5a9190c95969fbc7cdf989)
|
|
||||||
- meta: update CHANGELOG.md [`9026d13`](https://github.com/gethyas/doks/commit/9026d135a859c1e3fc6aba8db3fbc27ce474ea08)
|
|
||||||
- config: update .npmignore [`d33d5b6`](https://github.com/gethyas/doks/commit/d33d5b6b2268b8ddb36d3ad9eaaa000faf75c2cd)
|
|
||||||
|
|
||||||
#### [v1.3.0](https://github.com/gethyas/doks/compare/v1.2.0...v1.3.0)
|
#### [v1.3.0](https://github.com/gethyas/doks/compare/v1.2.0...v1.3.0)
|
||||||
|
|
||||||
> 11 January 2024
|
|
||||||
|
|
||||||
- Restructures dependencies+ [`#1172`](https://github.com/gethyas/doks/pull/1172)
|
- Restructures dependencies+ [`#1172`](https://github.com/gethyas/doks/pull/1172)
|
||||||
- feat: restructure dependencies+ [`a6b7491`](https://github.com/gethyas/doks/commit/a6b74916fc898280687dac342b9b49995ff2502d)
|
- feat: restructure dependencies+ [`a6b7491`](https://github.com/gethyas/doks/commit/a6b74916fc898280687dac342b9b49995ff2502d)
|
||||||
- meta: update templates GitHub [`1e0d1ff`](https://github.com/gethyas/doks/commit/1e0d1ffd677421a7edf3707d53ec1640d972da25)
|
- meta: update templates GitHub [`1e0d1ff`](https://github.com/gethyas/doks/commit/1e0d1ffd677421a7edf3707d53ec1640d972da25)
|
||||||
- meta: update CHANGELOG.md [`bdb5023`](https://github.com/gethyas/doks/commit/bdb5023cf64c10a74343f90b263096f49de5046f)
|
- meta: update templates GitHub [`021ae5c`](https://github.com/gethyas/doks/commit/021ae5c4d2e45fe58d1f7ddea0bdd351605be472)
|
||||||
|
|
||||||
#### [v1.2.0](https://github.com/gethyas/doks/compare/v1.1.1...v1.2.0)
|
#### [v1.2.0](https://github.com/gethyas/doks/compare/v1.1.1...v1.2.0)
|
||||||
|
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
|
||||||
"*": [
|
|
||||||
"*",
|
|
||||||
"..\\node_modules\\@hyas\\doks-core\\assets\\*"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -58,21 +58,6 @@
|
||||||
post = "v0.1.0"
|
post = "v0.1.0"
|
||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
# [[sidebar_docs]]
|
|
||||||
# name = "Guides"
|
|
||||||
# pageRef = "/docs/guides"
|
|
||||||
# weight = 10
|
|
||||||
#
|
|
||||||
# [[sidebar_docs]]
|
|
||||||
# name = "Reference"
|
|
||||||
# pageRef = "/docs/reference"
|
|
||||||
# weight = 20
|
|
||||||
#
|
|
||||||
# [[sidebar_docs]]
|
|
||||||
# name = "Resources"
|
|
||||||
# pageRef = "/docs/resources"
|
|
||||||
# weight = 30
|
|
||||||
|
|
||||||
[[footer]]
|
[[footer]]
|
||||||
name = "Privacy Policy"
|
name = "Privacy Policy"
|
||||||
url = "/privacy/"
|
url = "/privacy/"
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
[[mounts]]
|
[[mounts]]
|
||||||
source = "node_modules/@hyas/images/assets"
|
source = "node_modules/@hyas/images/assets"
|
||||||
target = "assets"
|
target = "assets"
|
||||||
|
excludeFiles = "/scss/**.scss"
|
||||||
|
|
||||||
[[mounts]]
|
[[mounts]]
|
||||||
source = "node_modules/@hyas/doks-core/assets"
|
source = "node_modules/@hyas/doks-core/assets"
|
||||||
|
|
|
@ -87,10 +87,10 @@ mainSections = ["docs"]
|
||||||
# textLight = "#1d2d35" # "#1d2d35" (default), "#1d2d35" (orignal), or custom color
|
# textLight = "#1d2d35" # "#1d2d35" (default), "#1d2d35" (orignal), or custom color
|
||||||
# accentLight = "#8ed6fb" # "#8ed6fb" (default), "#8ed6fb" (orignal), or custom color
|
# accentLight = "#8ed6fb" # "#8ed6fb" (default), "#8ed6fb" (orignal), or custom color
|
||||||
|
|
||||||
# [doks.menu]
|
[doks.menu]
|
||||||
# [doks.menu.section]
|
[doks.menu.section]
|
||||||
# auto = true # true (default) or false
|
auto = true # true (default) or false
|
||||||
# collapsibleSidebar = true # true (default) or false
|
collapsibleSidebar = true # true (default) or false
|
||||||
|
|
||||||
# Debug
|
# Debug
|
||||||
[render_hooks.image]
|
[render_hooks.image]
|
||||||
|
@ -102,14 +102,14 @@ mainSections = ["docs"]
|
||||||
|
|
||||||
# Images (@hyas/images)
|
# Images (@hyas/images)
|
||||||
[hyas_images]
|
[hyas_images]
|
||||||
[hyas_images.defaults]
|
[hyas_images.landscape]
|
||||||
decoding = "async" # sync, async, or auto (default)
|
normalize = "1360x765" # "1600x900" (default)
|
||||||
fetchpriority = "auto" # high, low, or auto (default)
|
lqip = "16x9" # "16x9" (default)
|
||||||
loading = "lazy" # eager or lazy (default)
|
widths = [480, 640, 800, 1024]
|
||||||
widths = [480, 576, 768, 1025, 1200, 1440] # [640, 768, 1024, 1366, 1600, 1920] for example
|
[hyas_images.portrait]
|
||||||
sizes = "auto" # 100vw (default), 75vw, or auto for example
|
normalize = "765x1360" # "900x1600" (default)
|
||||||
process = "" # "fill 1600x900" or "fill 2100x900" for example
|
lqip = "9x16" # "9x16" (default)
|
||||||
lqip = "16x webp q20" # "16x webp q20" or "21x webp q20" for example
|
widths = [480, 640, 800, 1024]
|
||||||
|
|
||||||
# Inline SVG (@hyas/inline-svg)
|
# Inline SVG (@hyas/inline-svg)
|
||||||
[inline_svg]
|
[inline_svg]
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:12:03+02:00
|
date: 2023-09-07T16:12:03+02:00
|
||||||
lastmod: 2023-09-07T16:12:03+02:00
|
lastmod: 2023-09-07T16:12:03+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "docs-9602b15bad02600f3883f55e2ade6b81"
|
||||||
weight: 999
|
weight: 999
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:06:50+02:00
|
date: 2023-09-07T16:06:50+02:00
|
||||||
lastmod: 2023-09-07T16:06:50+02:00
|
lastmod: 2023-09-07T16:06:50+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "guides-4e0d0e0f89f7decc11eaad4ae9193018"
|
||||||
weight: 800
|
weight: 800
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e933280d78ea53de6158e"
|
||||||
weight: 810
|
weight: 810
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,10 +5,12 @@ summary: ""
|
||||||
date: 2023-09-07T16:12:37+02:00
|
date: 2023-09-07T16:12:37+02:00
|
||||||
lastmod: 2023-09-07T16:12:37+02:00
|
lastmod: 2023-09-07T16:12:37+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "reference-22e9ba8aefa7ef9891199cf8db3a08cd"
|
||||||
weight: 900
|
weight: 900
|
||||||
toc: true
|
toc: true
|
||||||
sidebar:
|
|
||||||
collapsed: true
|
|
||||||
seo:
|
seo:
|
||||||
title: "" # custom title (optional)
|
title: "" # custom title (optional)
|
||||||
description: "" # custom description (recommended)
|
description: "" # custom description (recommended)
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:13:18+02:00
|
date: 2023-09-07T16:13:18+02:00
|
||||||
lastmod: 2023-09-07T16:13:18+02:00
|
lastmod: 2023-09-07T16:13:18+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-ee51430687e728ba6e68dea3359133ad"
|
||||||
weight: 910
|
weight: 910
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
title: "Resources"
|
|
||||||
description: ""
|
|
||||||
summary: ""
|
|
||||||
date: 2024-02-27T09:30:56+01:00
|
|
||||||
lastmod: 2024-02-27T09:30:56+01:00
|
|
||||||
draft: false
|
|
||||||
weight: 999
|
|
||||||
toc: true
|
|
||||||
seo:
|
|
||||||
title: "" # custom title (optional)
|
|
||||||
description: "" # custom description (recommended)
|
|
||||||
canonical: "" # custom canonical URL (optional)
|
|
||||||
noindex: false # false (default) or true
|
|
||||||
---
|
|
||||||
|
|
||||||
Link to valuable, relevant resources.
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doks",
|
"name": "doks",
|
||||||
"version": "1.4.1",
|
"version": "1.3.0",
|
||||||
"description": "Doks theme",
|
"description": "Doks theme",
|
||||||
"author": "Hyas",
|
"author": "Hyas",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
"version": "auto-changelog -p && git add CHANGELOG.md"
|
"version": "auto-changelog -p && git add CHANGELOG.md"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hyas/doks-core": "^1.4.1",
|
"@hyas/doks-core": "^1.3.0",
|
||||||
"@hyas/images": "^3.1.0",
|
"@hyas/images": "^2.0.3",
|
||||||
"@hyas/inline-svg": "^1.0.5",
|
"@hyas/inline-svg": "^1.0.5",
|
||||||
"@hyas/seo": "^2.1.0",
|
"@hyas/seo": "^2.1.0",
|
||||||
"@tabler/icons": "^2.40.0",
|
"@tabler/icons": "^2.40.0",
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
"shx": "^0.3.4"
|
"shx": "^0.3.4"
|
||||||
},
|
},
|
||||||
"otherDependencies": {
|
"otherDependencies": {
|
||||||
"hugo": "0.123.7"
|
"hugo": "0.121.1"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"semver": "^7.5.4"
|
"semver": "^7.5.4"
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:12:03+02:00
|
date: 2023-09-07T16:12:03+02:00
|
||||||
lastmod: 2023-09-07T16:12:03+02:00
|
lastmod: 2023-09-07T16:12:03+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "docs-9602b15bad02600f3883f55e2ade6b81"
|
||||||
weight: 19
|
weight: 19
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6azbe4373e933280d78ea5e6158"
|
||||||
weight: 600
|
weight: 600
|
||||||
toc: true
|
toc: true
|
||||||
icon: messages
|
icon: messages
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
# menu:
|
||||||
|
# docs:
|
||||||
|
# parent: ""
|
||||||
|
# identifier: "example-zbe4373e933280d78ea5e6158"
|
||||||
weight: 610
|
weight: 610
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e933280d78"
|
||||||
weight: 100
|
weight: 100
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be437933280d78"
|
||||||
weight: 110
|
weight: 110
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: ""
|
||||||
weight: 130
|
weight: 130
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6azbe4373e933280d78ea53de6158"
|
||||||
weight: 500
|
weight: 500
|
||||||
toc: true
|
toc: true
|
||||||
icon: pencil
|
icon: pencil
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6373e933280d78ea5"
|
||||||
weight: 510
|
weight: 510
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e933280d78ea53de"
|
||||||
weight: 300
|
weight: 300
|
||||||
toc: true
|
toc: true
|
||||||
icon: files
|
icon: files
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e933280d78ea5"
|
||||||
weight: 310
|
weight: 310
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e933280d78ea53d"
|
||||||
weight: 900
|
weight: 900
|
||||||
toc: true
|
toc: true
|
||||||
icon: shield-lock
|
icon: shield-lock
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a4373e933280d78ea5"
|
||||||
weight: 910
|
weight: 910
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e933280d78ea53de615"
|
||||||
weight: 700
|
weight: 700
|
||||||
toc: true
|
toc: true
|
||||||
icon: file-type-pdf
|
icon: file-type-pdf
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e9332ea5"
|
||||||
weight: 710
|
weight: 710
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e933280d78ea53de615"
|
||||||
weight: 700
|
weight: 700
|
||||||
toc: true
|
toc: true
|
||||||
icon: list-details
|
icon: list-details
|
||||||
|
|
|
@ -5,6 +5,10 @@ summary: ""
|
||||||
date: 2023-09-07T16:04:48+02:00
|
date: 2023-09-07T16:04:48+02:00
|
||||||
lastmod: 2023-09-07T16:04:48+02:00
|
lastmod: 2023-09-07T16:04:48+02:00
|
||||||
draft: false
|
draft: false
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: ""
|
||||||
|
identifier: "example-6a1a6be4373e9332ea5"
|
||||||
weight: 710
|
weight: 710
|
||||||
toc: true
|
toc: true
|
||||||
seo:
|
seo:
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<div class="offcanvas-header">
|
<div class="offcanvas-header">
|
||||||
<h5 class="offcanvas-title" id="offcanvasNavSectionLabel">{{ .Section | humanize }}</h5>
|
<h5 class="offcanvas-title" id="offcanvasNavSectionLabel">{{ .Section | humanize }}</h5>
|
||||||
<button type="button" class="btn btn-link nav-link p-0 ms-auto" data-bs-dismiss="offcanvas" aria-label="Close">
|
<button type="button" class="btn btn-link nav-link p-0" data-bs-dismiss="offcanvas" aria-label="Close">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
<path d="M18 6l-12 12"></path>
|
<path d="M18 6l-12 12"></path>
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
<div class="offcanvas-body">
|
<div class="offcanvas-body">
|
||||||
<aside class="doks-sidebar mt-n3">
|
<aside class="doks-sidebar mt-n3">
|
||||||
<nav id="doks-docs-nav" aria-label="Tertiary navigation">
|
<nav id="doks-docs-nav" aria-label="Tertiary navigation">
|
||||||
{{ partial "sidebar/section-menu.html" . }}
|
{{ partial "sidebar/docs-menu.html" . }}
|
||||||
</nav>
|
</nav>
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
|
@ -91,7 +91,7 @@
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
<div class="offcanvas-header">
|
<div class="offcanvas-header">
|
||||||
<h5 class="offcanvas-title" id="offcanvasNavMainLabel">{{ site.Title }}</h5>
|
<h5 class="offcanvas-title" id="offcanvasNavMainLabel">{{ site.Title }}</h5>
|
||||||
<button type="button" class="btn btn-link nav-link p-0 ms-auto" data-bs-dismiss="offcanvas" aria-label="Close">
|
<button type="button" class="btn btn-link nav-link p-0" data-bs-dismiss="offcanvas" aria-label="Close">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||||
<path d="M18 6l-12 12"></path>
|
<path d="M18 6l-12 12"></path>
|
||||||
|
@ -281,3 +281,4 @@
|
||||||
{{ if site.Params.doks.flexSearch -}}
|
{{ if site.Params.doks.flexSearch -}}
|
||||||
{{ partial "header/search-modal" . }}
|
{{ partial "header/search-modal" . }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue