User description
Description
I tried to build web site locally, and got build errors (~35 errors):
ERROR [ja] REF_NOT_FOUND: Ref "/advanced_features": "d:\SeleniumHQ\seleniumhq.github.io\website_and_docs\content\documentation\grid\getting_started.ja.md:315:23": page not found
ERROR Failed to read Git log: access denied: "git" is not whitelisted in policy "security.exec.allow"
Probably this is because my loccal hugo version is newer than used in CI build. I use v0.134.1
Motivation and Context
Fix local build.
Types of changes
Checklist
PR Type
documentation, configuration changes
Description
- Fixed numerous reference links across multiple documentation files by removing leading slashes to ensure proper linking.
- Updated the Hugo configuration to allow
git as an executable, resolving build issues related to Git log access.
Changes walkthrough 📝
| Relevant files |
|---|
| Documentation | 21 files
_index.ja.mdFix reference links in Japanese documentation index
website_and_docs/content/documentation/_index.ja.md
Fixed reference links by removing leading slashes. Updated internal documentation links for consistency.
+2/-2
_index.pt-br.mdCorrect reference links in Portuguese documentation index
website_and_docs/content/documentation/_index.pt-br.md
Corrected reference links by removing leading slashes. Ensured internal links are consistent.
+1/-1
_index.zh-cn.mdUpdate reference links in Chinese documentation index
website_and_docs/content/documentation/_index.zh-cn.md
Updated reference links by removing leading slashes. Improved consistency of internal links.
+2/-2
components.en.mdFix configuration link in English grid components documentation
website_and_docs/content/documentation/grid/components.en.md
- Fixed configuration reference link by removing leading slash.
+1/-1
components.ja.mdCorrect configuration link in Japanese grid components documentation
website_and_docs/content/documentation/grid/components.ja.md
- Corrected configuration reference link by removing leading slash.
+1/-1
components.pt-br.mdFix configuration link in Portuguese grid components documentation
website_and_docs/content/documentation/grid/components.pt-br.md
- Fixed configuration reference link by removing leading slash.
+1/-1
components.zh-cn.mdUpdate configuration link in Chinese grid components documentation
website_and_docs/content/documentation/grid/components.zh-cn.md
- Updated configuration reference link by removing leading slash.
+1/-1
getting_started.en.mdFix reference links in English grid getting started documentation
website_and_docs/content/documentation/grid/getting_started.en.md
- Fixed multiple reference links by removing leading slashes.
+3/-3
getting_started.ja.mdCorrect reference links in Japanese grid getting started documentation
website_and_docs/content/documentation/grid/getting_started.ja.md
- Corrected multiple reference links by removing leading slashes.
+2/-2
getting_started.pt-br.mdFix reference links in Portuguese grid getting started documentation
website_and_docs/content/documentation/grid/getting_started.pt-br.md
- Fixed multiple reference links by removing leading slashes.
+3/-3
getting_started.zh-cn.mdUpdate reference links in Chinese grid getting started documentation
website_and_docs/content/documentation/grid/getting_started.zh-cn.md
- Updated multiple reference links by removing leading slashes.
+3/-3
_index.ja.mdFix reference links in Japanese overview documentation
website_and_docs/content/documentation/overview/_index.ja.md
Fixed WebDriver and Grid reference links by removing leading slashes.
+2/-2
_index.pt-br.mdCorrect reference links in Portuguese overview documentation
website_and_docs/content/documentation/overview/_index.pt-br.md
Corrected WebDriver and Grid reference links by removing leading slashes.
+2/-2
_index.zh-cn.mdUpdate reference links in Chinese overview documentation
website_and_docs/content/documentation/overview/_index.zh-cn.md
Updated WebDriver and Grid reference links by removing leading slashes.
+2/-2
details.ja.mdFix Grid reference link in Japanese overview details
website_and_docs/content/documentation/overview/details.ja.md
- Fixed Grid reference link by removing leading slash.
+1/-1
details.pt-br.mdCorrect Grid reference link in Portuguese overview details
website_and_docs/content/documentation/overview/details.pt-br.md
- Corrected Grid reference link by removing leading slash.
+1/-1
details.zh-cn.mdUpdate Grid reference link in Chinese overview details
website_and_docs/content/documentation/overview/details.zh-cn.md
- Updated Grid reference link by removing leading slash.
+1/-1
overview.en.mdFix reference links in English test practices overview
website_and_docs/content/documentation/test_practices/overview.en.md
Fixed race conditions and page object model reference links by removing leading slashes.
+2/-2
overview.ja.mdCorrect reference links in Japanese test practices overview
website_and_docs/content/documentation/test_practices/overview.ja.md
Corrected race conditions and page object model reference links by removing leading slashes.
+2/-2
overview.pt-br.mdFix reference links in Portuguese test practices overview
website_and_docs/content/documentation/test_practices/overview.pt-br.md
Fixed race conditions and page object model reference links by removing leading slashes.
+2/-2
overview.zh-cn.mdUpdate reference links in Chinese test practices overview
website_and_docs/content/documentation/test_practices/overview.zh-cn.md
Updated race conditions and page object model reference links by removing leading slashes.
+2/-2
|
| Configuration changes | 1 files
hugo.tomlAllow `git` in Hugo security configuration
website_and_docs/hugo.toml
Added git to the list of allowed executables in the security configuration.
+1/-1
|
💡 PR-Agent usage:
Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions
Uh oh!
There was an error while loading. Please reload this page.
User description
Description
I tried to build web site locally, and got build errors (~35 errors):
Probably this is because my loccal hugo version is newer than used in CI build. I use v0.134.1
Motivation and Context
Fix local build.
Types of changes
Checklist
PR Type
documentation, configuration changes
Description
gitas an executable, resolving build issues related to Git log access.Changes walkthrough 📝
21 files
_index.ja.md
Fix reference links in Japanese documentation indexwebsite_and_docs/content/documentation/_index.ja.md
_index.pt-br.md
Correct reference links in Portuguese documentation indexwebsite_and_docs/content/documentation/_index.pt-br.md
_index.zh-cn.md
Update reference links in Chinese documentation indexwebsite_and_docs/content/documentation/_index.zh-cn.md
components.en.md
Fix configuration link in English grid components documentationwebsite_and_docs/content/documentation/grid/components.en.md
components.ja.md
Correct configuration link in Japanese grid components documentationwebsite_and_docs/content/documentation/grid/components.ja.md
components.pt-br.md
Fix configuration link in Portuguese grid components documentationwebsite_and_docs/content/documentation/grid/components.pt-br.md
components.zh-cn.md
Update configuration link in Chinese grid components documentationwebsite_and_docs/content/documentation/grid/components.zh-cn.md
getting_started.en.md
Fix reference links in English grid getting started documentationwebsite_and_docs/content/documentation/grid/getting_started.en.md
getting_started.ja.md
Correct reference links in Japanese grid getting started documentationwebsite_and_docs/content/documentation/grid/getting_started.ja.md
getting_started.pt-br.md
Fix reference links in Portuguese grid getting started documentationwebsite_and_docs/content/documentation/grid/getting_started.pt-br.md
getting_started.zh-cn.md
Update reference links in Chinese grid getting started documentationwebsite_and_docs/content/documentation/grid/getting_started.zh-cn.md
_index.ja.md
Fix reference links in Japanese overview documentationwebsite_and_docs/content/documentation/overview/_index.ja.md
_index.pt-br.md
Correct reference links in Portuguese overview documentationwebsite_and_docs/content/documentation/overview/_index.pt-br.md
slashes.
_index.zh-cn.md
Update reference links in Chinese overview documentationwebsite_and_docs/content/documentation/overview/_index.zh-cn.md
slashes.
details.ja.md
Fix Grid reference link in Japanese overview detailswebsite_and_docs/content/documentation/overview/details.ja.md
details.pt-br.md
Correct Grid reference link in Portuguese overview detailswebsite_and_docs/content/documentation/overview/details.pt-br.md
details.zh-cn.md
Update Grid reference link in Chinese overview detailswebsite_and_docs/content/documentation/overview/details.zh-cn.md
overview.en.md
Fix reference links in English test practices overviewwebsite_and_docs/content/documentation/test_practices/overview.en.md
removing leading slashes.
overview.ja.md
Correct reference links in Japanese test practices overviewwebsite_and_docs/content/documentation/test_practices/overview.ja.md
removing leading slashes.
overview.pt-br.md
Fix reference links in Portuguese test practices overviewwebsite_and_docs/content/documentation/test_practices/overview.pt-br.md
removing leading slashes.
overview.zh-cn.md
Update reference links in Chinese test practices overviewwebsite_and_docs/content/documentation/test_practices/overview.zh-cn.md
removing leading slashes.
1 files
hugo.toml
Allow `git` in Hugo security configurationwebsite_and_docs/hugo.toml
gitto the list of allowed executables in the securityconfiguration.