docs: docsy and hugo update to latest version#3169
Open
csviri wants to merge 4 commits intooperator-framework:mainfrom
Open
docs: docsy and hugo update to latest version#3169csviri wants to merge 4 commits intooperator-framework:mainfrom
csviri wants to merge 4 commits intooperator-framework:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the documentation site’s Hugo/Docsy stack to newer versions and removes now-unneeded local theme overrides, aligning CI and site configuration with the newer Hugo minimum.
Changes:
- Bump Docsy Hugo module dependency to
v0.14.2and raise the minimum Hugo version to0.139.0. - Update the GitHub Pages workflow to build with Hugo
0.148.0. - Remove Docsy override templates (Mermaid script loader and heading render hook wrapper) and adjust project SCSS theme overrides.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/layouts/partials/scripts/mermaid.html | Removes a previously-custom Mermaid loader override. |
| docs/layouts/_default/_markup/render-heading.html | Removes a wrapper render hook template override. |
| docs/hugo.toml | Raises required Hugo minimum version for Hugo Modules. |
| docs/go.mod | Updates Docsy module dependency version. |
| docs/go.sum | Updates module checksums for newer Docsy (and related) versions. |
| docs/config.yaml | Updates the “version gate” config to require newer Hugo. |
| docs/assets/scss/_variables_project.scss | Adds/adjusts theme variable overrides and custom CSS for Docsy 0.14.x. |
| .github/workflows/hugo.yaml | Updates Hugo version used by the Pages build workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2e09c86 to
ba8e8a4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The main reason for this facelift is that we are able to run it locally with latest hugo.
Signed-off-by: Attila Mészáros a_meszaros@apple.com