From f2530f51f3c07b79e4942597129cc695e6d1d7f5 Mon Sep 17 00:00:00 2001 From: Hugues Tennier Date: Fri, 1 Nov 2024 10:06:46 -0400 Subject: [PATCH] update sitemap --- .github/workflows/algolia-crawler-ls-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/algolia-crawler-ls-docs.yml b/.github/workflows/algolia-crawler-ls-docs.yml index cd9423f0f82b..d95d46823eab 100644 --- a/.github/workflows/algolia-crawler-ls-docs.yml +++ b/.github/workflows/algolia-crawler-ls-docs.yml @@ -22,7 +22,7 @@ jobs: "index_name": "labelstudiodocs", "stop_urls": ["https://labelstud.io/guide/index.html", "https://labelstud.io/sdk/index.html"], "selectors_exclude": [".home-page-index"], - "sitemap_urls": ["https://labelstud.io/sitemap-tutorials.xml", "https://deploy-preview-6570--heartex-docs.netlify.app/guide/sitemap-docs.xml"], + "sitemap_urls": ["https://labelstud.io/sitemap-blog.xml", "https://deploy-preview-6570--heartex-docs.netlify.app/guide/sitemap-docs.xml"], "selectors": { "default": { "lvl0": ".content h1, .ResourcesBannerHeading, .BlogTitle",