Skip to content

Commit efb4d34

Browse files
authored
Upgrade to Docsy v0.11.0-34-gef59ee75, and more (#5998)
1 parent a2de996 commit efb4d34

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[submodule "themes/docsy"]
33
path = themes/docsy
44
url = https://github.com/google/docsy.git
5-
docsy-pin = v0.11.0-32-ge6d94771
5+
docsy-pin = v0.11.0-34-gef59ee75
66
docsy-note = "2024-04-01 Switching to google/docsy.git from cncf/docsy.git since we don't have any CNCF customizations."
77
docsy-reminder = "Ensure that any tag referenced by `docsy-pin` is present in the remote repo (url), otherwise add (push) the tags to the repo."
88
[submodule "content-modules/opentelemetry-specification"]

content/en/blog/2024/otel-operator-q-and-a/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ title:
44
Operator Q&A
55
linkTitle: OTel Operator Q&A
66
date: 2024-05-13
7-
author: >-
8-
[Adriana Villela](https://github.com/avillela) (ServiceNow),
9-
7+
author: '[Adriana Villela](https://github.com/avillela) (ServiceNow)'
108
canonical_url: https://adri-v.medium.com/81d63addbf92?
119
cSpell:ignore: automagically mycollector
1210
---

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"autoprefixer": "^10.4.20",
122122
"cspell": "^8.17.2",
123123
"gulp": "^5.0.0",
124-
"hugo-extended": "0.140.2",
124+
"hugo-extended": "0.141.0",
125125
"js-yaml": "^4.1.0",
126126
"markdown-link-check": "^3.13.6",
127127
"markdownlint": "^0.36.1",
@@ -150,7 +150,7 @@
150150
},
151151
"optionalDependencies": {
152152
"netlify-cli": "^18.0.1",
153-
"npm-check-updates": "^17.1.13"
153+
"npm-check-updates": "^17.1.14"
154154
},
155155
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
156156
"engines": {

0 commit comments

Comments
 (0)