From f92c5cb73a5ad41f510b7b2d68f8bdd43275698e Mon Sep 17 00:00:00 2001 From: pallavigotwork Date: Mon, 28 Jul 2025 19:34:22 +0530 Subject: [PATCH] [deploy site] toml file and improved message --- website_and_docs/content/ecosystem/_index.html | 2 +- website_and_docs/hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website_and_docs/content/ecosystem/_index.html b/website_and_docs/content/ecosystem/_index.html index 5273ceea0c2e..0ab257aa8b09 100644 --- a/website_and_docs/content/ecosystem/_index.html +++ b/website_and_docs/content/ecosystem/_index.html @@ -21,7 +21,7 @@

Ecosystem

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. + If you are working on a project that would fit well in this listing, we would 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 6d07c08f11b4..b3bcfd2b27d4 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"