Skip to content

Commit ec0e075

Browse files
committed
Docsy upgrade to bring in new heading render hook
1 parent adf1731 commit ec0e075

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ assets/jsconfig.json
2525
# VS Code
2626
/.vscode/**
2727

28-
# Webstorm
28+
# WebStorm
2929
/.idea/**
3030

3131
.dart_tool
3232
pubspec.lock
33+
34+
# cSpell:ignore pubspec

.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-44-gcbc714be
5+
docsy-pin = v0.11.0-48-g3b848255
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"]

0 commit comments

Comments
 (0)