Skip to content

Commit af1923f

Browse files
authored
Update Docsy etc, and set sidebar-root for OTel, Semconv, and Contrib pages (#8140)
1 parent e95947d commit af1923f

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
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.12.0-25-g82d492bb
5+
docsy-pin = v0.12.0-33-gcf3a3d75
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/docs/contributing/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Contributing
33
aliases: [/docs/contribution-guidelines]
4+
sidebar_root_for: self
45
weight: 980
56
---
67

content/en/docs/specs/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ redirects:
2222
# Semconv
2323
- from: semconv/resource/deployment_environment
2424
to: semconv/resource/deployment-environment
25+
# Temporary until we move in into spec pages
26+
cascade:
27+
- sidebar_root_for: self
28+
target:
29+
path: /docs/specs/{otel,semconv}
2530
---

hugo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ params:
139139
sidebar_menu_foldable: true
140140
sidebar_search_disable: true
141141
sidebar_cache_limit: 1
142+
sidebar_root_enabled: true
142143
feedback:
143144
enable: true
144145
'yes': >-

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@
136136
"markdownlint-cli2": "^0.18.1",
137137
"postcss-cli": "^11.0.1",
138138
"prettier": "3.6.2",
139-
"puppeteer": "^24.24.1",
140-
"puppeteer-core": "^24.24.1",
139+
"puppeteer": "^24.25.0",
140+
"puppeteer-core": "^24.25.0",
141141
"require-dir": "^1.2.0",
142142
"textlint": "^15.2.3",
143143
"textlint-filter-rule-allowlist": "^4.0.0",
@@ -163,7 +163,7 @@
163163
},
164164
"optionalDependencies": {
165165
"netlify-cli": "^23.9.1",
166-
"npm-check-updates": "^19.0.0"
166+
"npm-check-updates": "^19.1.1"
167167
},
168168
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
169169
"engines": {

themes/docsy

Submodule docsy updated 97 files

0 commit comments

Comments
 (0)