-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
1697 fixed hugo depericate warning custom params #1702
1697 fixed hugo depericate warning custom params #1702
Conversation
…niumHQ#1699 Fixed deprecated params. Updated Hugo and Docsy versions
…tom-params-on-the-language-top-level
Updated Hugo to 0.125.4 Updated Docsy to 0.10.0
…n-the-language-top-level' of https://github.com/chamiz/seleniumhq.github.io into SeleniumHQ#1697-Hugo-depericate-warning-custom-params-on-the-language-top-level
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
PR Description updated to latest commit (872f442)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @chamiz!
User description
Fixed Hugo depreciate warning "custom params on the language top level was deprecated in Hugo v0.112.0 and will be removed in Hugo 0.126.0"
Fix for #1697
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Description
After updating hugo v0.125.4 , I'm getting "custom params on the language top level was deprecated in Hugo v0.112.0 and will be removed in Hugo 0.126.0"for several translations.
Motivation and Context
So as a fix, we need to put the values as suggested.
[languages.zh-cn.params]
Source
https://gohugo.io/content-management/multilingual/#changes-in-hugo-01120
Types of changes
Checklist
Type
enhancement, documentation
Description
hugo.toml
to address deprecation warnings from Hugo.Changes walkthrough
deploy.yml
Update Hugo Version in Deployment Workflow
.github/workflows/deploy.yml
test.yml
Update Hugo Version in Test Workflow
.github/workflows/test.yml
netlify.toml
Update Hugo Version in Netlify Configuration
netlify.toml
README.md
Update Recommended Hugo Version in README
README.md
go.mod
Update Docsy Theme Version
website_and_docs/go.mod
go.sum
Update Go Dependencies
website_and_docs/go.sum
hugo.toml
Refactor Language Descriptions to Params
website_and_docs/hugo.toml
Hugo deprecation warnings.