- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 1.5k
 
1697 fixed hugo depericate warning custom params #1702
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
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)
- Copy walkthrough table to "Files Changed" Tab
 
PR Review
2, because the changes are straightforward and mainly involve version updates and configuration adjustments. The PR is well-documented and the changes are consistent across multiple files, which simplifies the review process.
No
No
No
✨ Review tool usage guide:
Overview:
The review tool scans the PR code changes, and generates a PR review which includes several types of feedbacks, such as possible PR issues, security threats and relevant test in the PR. More feedbacks can be added by configuring the tool.
The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
- When commenting, to edit configurations related to the review tool (
pr_reviewersection), use the following template: 
/review --pr_reviewer.some_config1=... --pr_reviewer.some_config2=...
- With a configuration file, use the following template:
 
[pr_reviewer]
some_config1=...
some_config2=...
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!
Uh oh!
There was an error while loading. Please reload this page.
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.tomlto 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 Configurationnetlify.toml
README.md
Update Recommended Hugo Version in READMEREADME.md
go.mod
Update Docsy Theme Versionwebsite_and_docs/go.mod
go.sum
Update Go Dependencieswebsite_and_docs/go.sum
hugo.toml
Refactor Language Descriptions to Paramswebsite_and_docs/hugo.toml
Hugo deprecation warnings.