Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Docsy and undo temp config change #5000

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "themes/docsy"]
path = themes/docsy
url = https://github.com/google/docsy.git
docsy-pin = v0.10.0-22-g2295188b
docsy-pin = v0.10.0-26-g79511949
docsy-note = "2024-04-01 Switching to google/docsy.git from cncf/docsy.git since we don't have any CNCF customizations."
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."
[submodule "content-modules/opentelemetry-specification"]
Expand Down
1 change: 0 additions & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ params:
sidebar_menu_compact: true
sidebar_menu_foldable: true
sidebar_search_disable: true
sidebar_menu_truncate: 100 # TODO: drop after the following is merged and Docsy is updated: https://github.com/google/docsy/pull/2069
feedback:
enable: true
'yes': >-
Expand Down
Loading