From 4a869a5a0a651dd8aa2961e4d40e60b2b053bb4f Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Mon, 28 Jul 2025 17:26:38 +0530 Subject: [PATCH] [deploy site] fixed toml and intro message --- website_and_docs/content/ecosystem/_index.html | 8 ++++---- website_and_docs/hugo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website_and_docs/content/ecosystem/_index.html b/website_and_docs/content/ecosystem/_index.html index 34b7202107b..5273ceea0c2 100644 --- a/website_and_docs/content/ecosystem/_index.html +++ b/website_and_docs/content/ecosystem/_index.html @@ -18,10 +18,10 @@

Ecosystem

- There is an ecosystem full of Open Source projects around Selenium and - WebDriver. Some of them are featured on this page. Here are a number of - drivers, bindings, plugins, and frameworks created and maintained by third - parties. If you have a project which could be listed here, reach out to us. + The Selenium and WebDriver ecosystem includes numerous open source projects, + with several highlighted on this page. This collection features various drivers, + bindings, plugins, and frameworks developed and maintained by third-party contributors. + If you're working on a project that would fit well in this listing, we'd love to hear from you.

{{< /blocks/section >}} {{% blocks/section color="selenium-yellow" %}} diff --git a/website_and_docs/hugo.toml b/website_and_docs/hugo.toml index b3bcfd2b27d..6d07c08f11b 100644 --- a/website_and_docs/hugo.toml +++ b/website_and_docs/hugo.toml @@ -6,7 +6,7 @@ enableRobotsTXT = true # Will give values to .Lastmod etc. enableGitInfo = true -#ignoreErrors = ["error-remote-getjson"] +ignoreErrors = ["error-remote-getjson"] # Language settings # contentDir = "content/en" defaultContentLanguage = "en"