chore: upgrade website to Docsy 0.16.0 and restore the version lock - #4669
Open
markmandel wants to merge 1 commit into
Open
chore: upgrade website to Docsy 0.16.0 and restore the version lock#4669markmandel wants to merge 1 commit into
markmandel wants to merge 1 commit into
Conversation
PR agones-dev#4593 removed the docsy require block from site/go.mod, leaving the theme unpinned. When Docsy 0.16.0 shipped, site builds floated onto it and broke with: unknown output format "llms" for kind "home" Fixes include: - pin github.com/google/docsy/theme v0.16.0 in site/go.mod - point the module import at github.com/google/docsy/theme and drop the docsy/dependencies import; Bootstrap and Font Awesome now come from npm - bump Hugo to 0.164.0 (Docsy 0.16.0 requires extended >= 0.160.1) - add a site-deps target running "hugo mod npm pack && npm install", required by both site-server and site-static - drop the postcss-cli/autoprefixer installs; Docsy 0.16 only invokes PostCSS for RTL languages or when a postcss.config.* is present - add security.allowContent for text/html; Hugo 0.162 denies HTML content files by default and the site has two - rename languages.en.languageName to label, deprecated in Hugo 0.158 - set $navbar-padding-x so the navbar brand lines up with page content; Bootstrap gives .navbar no horizontal padding and our navbar.html override lacks Docsy's inner .container-fluid Signed-off-by: Mark Mandel <mark@compoundtheory.com>
Member
Author
|
/gcbrun |
Collaborator
|
/gcbrun |
1 similar comment
Collaborator
|
/gcbrun |
Member
Author
|
/gcbrun Let's try again 🤷🏻 ..what weird thing is going on with the 1.33 clusters. Not having access to the project is very frustrating 😬 (ping @igooch - please work on the migration! ) |
Collaborator
|
/gcbrun |
1 similar comment
Member
Author
|
/gcbrun |
Member
Author
|
FUN CONFLICTS |
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.
What type of PR is this?
/kind documentation
What this PR does / Why we need it:
PR #4593 removed the docsy require block from site/go.mod, leaving the theme unpinned. When Docsy 0.16.0 shipped, site builds floated onto it and broke with:
Fixes include:
Which issue(s) this PR fixes:
N/A
Did you use AI tools in preparing this PR?:
Oh yeah.
Special notes for your reviewer:
This will unblock CI!