Bump documentation go and docsy version#1245
Open
aravindtga wants to merge 3 commits into
Open
Conversation
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
✅ Deploy Preview for krm-function-catalog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the documentation site toolchain and theme dependencies (Go/Hugo/Node + Docsy), and updates templates/styles to align with Docsy 0.14 + Bootstrap 5.
Changes:
- Bump documentation build toolchain versions (Go/Hugo/Node) and Docsy module version.
- Update Hugo layouts/partials for Docsy 0.14’s updated sidebar dict contract and Bootstrap 5 class/attribute changes.
- Adjust SCSS selectors/overrides to match the updated markup and restore intended navbar alignment.
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| documentation/package.json | Bumps Hugo extended and pins Node engine version. |
| documentation/netlify.toml | Updates Netlify build environment versions for Go/Hugo and adds Node. |
| documentation/layouts/partials/toc.html | Bootstrap 5 spacing class migration (ml-* → ms-*). |
| documentation/layouts/partials/sidebar-tree.html | Updates sidebar partial for Docsy 0.14 dict-based calling convention and Bootstrap 5 collapse attributes/classes. |
| documentation/layouts/partials/page-meta-links.html | Bootstrap 5 spacing class migration. |
| documentation/layouts/partials/navbar.html | Bootstrap 5 spacing class migration in navbar markup. |
| documentation/layouts/partials/featured-image.html | Bootstrap 5 spacing class migration for default image class. |
| documentation/layouts/blog/list.html | Replaces deprecated media object markup with flex utilities; fixes heading closing tag; Bootstrap 5 class updates. |
| documentation/layouts/blog/baseof.html | Bootstrap 5 padding class migration (pl-* → ps-*). |
| documentation/layouts/_default/baseof.html | Bootstrap 5 padding class migration (pl-* → ps-*). |
| documentation/go.sum | Updates Docsy and Bootstrap module checksums. |
| documentation/go.mod | Bumps Docsy module version. |
| documentation/config.toml | Updates language config key (languageName → label). |
| documentation/assets/scss/_typography.scss | Removes selector tied to old media object markup. |
| documentation/assets/scss/_header.scss | Adds breakpoint-scoped override to counter Docsy 0.14 navbar alignment rule. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e8867ad to
c1f2c79
Compare
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
c1f2c79 to
0a0ba7f
Compare
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
liamfallon
approved these changes
May 5, 2026
CsatariGergely
approved these changes
May 13, 2026
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.
Upgrade go and docsy version
go.mod/go.sum,netlify.toml,package.json.config.toml:languageName→label; fixsidebar_cache_limit(was boolean, now2000).sidebar-tree.htmlrewritten for Docsy 0.14's dict contract (.context/.cacheSidebar/.sidebarRoot).pl-*/pr-*/ml-*/mr-*→ps-*/pe-*/ms-*/me-*,float-left→float-start,data-toggle→data-bs-toggle.blog/list.html:media/media-body→d-flex/flex-grow-1; fixed stray</h5>closing an<h3>.div.media-bodyselector; added navbarmargin-left: 0 !importantoverride atlgto restore left-alignment after Docsy 0.14's new rule.Verification
AI Disclosure