Skip to content

Commit 101703e

Browse files
authored
Upgrade Docsy, and Hugo to 0.123+ (#4093)
1 parent facdd00 commit 101703e

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "themes/docsy"]
22
path = themes/docsy
33
url = https://github.com/cncf/docsy.git
4-
docsy-pin = v0.9.1
4+
docsy-pin = v0.9.1-17-gb077a74
55
docsy-reminder = "Ensure that all tags from google/docsy are also present in cncf/docsy, otherwise add (push) them."
66
[submodule "content-modules/opentelemetry-specification"]
77
path = content-modules/opentelemetry-specification

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@
9292
"update:submodule": "set -x && git submodule update --remote ${DEPTH:- --depth 1}"
9393
},
9494
"devDependencies": {
95-
"autoprefixer": "^10.4.17",
95+
"autoprefixer": "^10.4.19",
9696
"cspell": "^8.0.0",
9797
"gulp": "^4.0.2",
98-
"hugo-extended": "0.122.0",
99-
"markdown-link-check": "^3.11.2",
98+
"hugo-extended": "0.124.1",
99+
"markdown-link-check": "^3.12.1",
100100
"markdownlint": "^0.34.0",
101101
"postcss-cli": "^11.0.0",
102102
"prettier": "^3.0.3",

static/refcache.json

+4
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@
499499
"StatusCode": 206,
500500
"LastSeen": "2024-01-18T19:55:24.935595-05:00"
501501
},
502+
"https://code.jquery.com/jquery-3.7.1.min.js": {
503+
"StatusCode": 206,
504+
"LastSeen": "2024-03-12T15:13:41.080612-04:00"
505+
},
502506
"https://code.visualstudio.com/": {
503507
"StatusCode": 206,
504508
"LastSeen": "2024-01-30T16:14:52.723964-05:00"

themes/docsy

0 commit comments

Comments
 (0)