SeleniumHQ / seleniumhq.github.io

Official Selenium website and documentation
https://selenium.dev
Apache License 2.0
1.09k stars 1.28k forks source link

Added missing badgecodes #1893

Closed shbenzer closed 2 weeks ago

shbenzer commented 2 weeks ago

User description

Added missing 'Add Example' badgecodes to Selenium-Manager section

Description

Added missing 'Add Example' badgecodes to Selenium-Manager section in all translations

Motivation and Context

Ensures future contributors know where to contribute code examples

Types of changes

Checklist


PR Type

documentation


Description


Changes walkthrough ๐Ÿ“

Relevant files
Documentation
selenium_manager.en.md
Add missing badge-code tags in English documentation         

website_and_docs/content/documentation/selenium_manager.en.md
  • Added missing badge-code tags to multiple language tabs.
  • Ensured consistency across all code example sections.
  • +4/-1     
    selenium_manager.ja.md
    Add missing badge-code tags in Japanese documentation       

    website_and_docs/content/documentation/selenium_manager.ja.md
  • Added missing badge-code tags to multiple language tabs.
  • Ensured consistency across all code example sections.
  • +4/-1     
    selenium_manager.pt-br.md
    Add missing badge-code tags in Portuguese documentation   

    website_and_docs/content/documentation/selenium_manager.pt-br.md
  • Added missing badge-code tags to multiple language tabs.
  • Ensured consistency across all code example sections.
  • +4/-1     
    selenium_manager.zh-cn.md
    Add missing badge-code tags in Chinese documentation         

    website_and_docs/content/documentation/selenium_manager.zh-cn.md
  • Added missing badge-code tags to multiple language tabs.
  • Ensured consistency across all code example sections.
  • +4/-1     

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

    netlify[bot] commented 2 weeks ago

    Deploy request for selenium-dev pending review.

    Visit the deploys page to approve it

    Name Link
    Latest commit a9d00eec23238bfb792c07801343069e06bc4e65
    codiumai-pr-agent-pro[bot] commented 2 weeks ago

    PR Reviewer Guide ๐Ÿ”

    โฑ๏ธ Estimated effort to review: 1 ๐Ÿ”ตโšชโšชโšชโšช
    ๐Ÿงช No relevant tests
    ๐Ÿ”’ No security concerns identified
    โšก No key issues to review
    codiumai-pr-agent-pro[bot] commented 2 weeks ago

    PR Code Suggestions โœจ

    CategorySuggestion                                                                                                                                    Score
    Consistency
    Add a missing shortcode to maintain consistency across language tabs ___ **Consider adding a {{< badge-code >}} shortcode for the Python tab to maintain
    consistency with other language tabs.** [website_and_docs/content/documentation/selenium_manager.en.md [218-223]](https://github.com/SeleniumHQ/seleniumhq.github.io/pull/1893/files#diff-abfd3399fa93ee23ed8a6b8637b566cf12c67d477fda705ed877a10f013047b7R218-R223) ```diff {{% tab header="Python" %}} **Previously** {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L5-L8" >}} **Selenium Manager** {{< gh-codeblock path="examples/python/tests/selenium_manager/usage.py#L10-L12" >}} +{{< badge-code >}} {{< /tab >}} ``` - [ ] **Apply this suggestion**
    Suggestion importance[1-10]: 9 Why: The suggestion correctly identifies a missing `{{< badge-code >}}` shortcode for the Python tab, which is present in other language tabs. Adding it would enhance consistency across the documentation.
    9