Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[java] fix line numbers in install_library.md #1856

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

Merged
harsha509 merged 1 commit into SeleniumHQ:trunk from codespearhead:trunk
Aug 14, 2024
Merged

[java] fix line numbers in install_library.md #1856

harsha509 merged 1 commit into SeleniumHQ:trunk from codespearhead:trunk
Aug 14, 2024

Conversation

@codespearhead
Copy link

@codespearhead codespearhead commented Aug 13, 2024
edited by qodo-merge-pro bot
Loading

User description

Description

Fix line numbers of the Maven dependency of the Selenium library for Java.

This:

<dependencies>
 <dependency>
 <groupId>...</groupId>
 <artifactId>...</artifactId>
 <version>...</version>

Becomes:

<dependency>
 <groupId>...</groupId>
 <artifactId>...</artifactId>
 <version>...</version>
</dependency>

Affected page: https://www.selenium.dev/documentation/webdriver/getting_started/install_library/

Types of changes

  • Change to the site (I have double-checked the Netlify deployment, and my changes look good)
  • Code example added (and I also added the example to all translated languages)
  • Improved translation
  • Added new translation (and I also added a notice to each document missing translation)

Checklist

  • I have read the contributing document.
  • I have used hugo to render the site/docs locally and I am sure it works.

PR Type

Documentation


Description

  • Updated the line numbers in the Maven dependency code block across multiple language documentation files.
  • Ensured consistency in the documentation for the installation of Selenium libraries for Java.

Changes walkthrough 📝

Relevant files
Documentation
install_library.en.md
Correct Maven dependency code block line numbers

website_and_docs/content/documentation/webdriver/getting_started/install_library.en.md

  • Updated line numbers in the Maven dependency code block.
+1/-1
install_library.ja.md
Correct Maven dependency code block line numbers

website_and_docs/content/documentation/webdriver/getting_started/install_library.ja.md

  • Updated line numbers in the Maven dependency code block.
+1/-1
install_library.pt-br.md
Correct Maven dependency code block line numbers

website_and_docs/content/documentation/webdriver/getting_started/install_library.pt-br.md

  • Updated line numbers in the Maven dependency code block.
+1/-1
install_library.zh-cn.md
Correct Maven dependency code block line numbers

website_and_docs/content/documentation/webdriver/getting_started/install_library.zh-cn.md

  • Updated line numbers in the Maven dependency code block.
+1/-1

💡 PR-Agent usage:
Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

This:
```xml
<dependencies>
 <dependency>
 <groupId>...</groupId>
 <artifactId>...</artifactId>
 <version>...</version>
```
Becomes:
```xml
<dependency>
 <groupId>...</groupId>
 <artifactId>...</artifactId>
 <version>...</version>
</dependency>
```
Affected page: https://www.selenium.dev/documentation/webdriver/getting_started/install_library/ 
Copy link

netlify bot commented Aug 13, 2024

👷 Deploy request for selenium-dev pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 19f3f24

Copy link

CLAassistant commented Aug 13, 2024
edited
Loading

CLA assistant check
All committers have signed the CLA.

@qodo-merge-pro qodo-merge-pro bot added documentation Improvements or additions to documentation Review effort [1-5]: 1 labels Aug 13, 2024
Copy link
Contributor

PR Reviewer Guide 🔍

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
No key issues to review

Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

@harsha509 harsha509 merged commit 88ccf10 into SeleniumHQ:trunk Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

documentation Improvements or additions to documentation Review effort [1-5]: 1

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /