Update preIndexedDocs.ts (#1154)

Add WordPress and WooCommerce as preIndexedDocs.
This commit is contained in:
Jose Vega 2024-04-23 23:49:59 -06:00 committed by GitHub
parent 8ccfd2b072
commit 597ac20442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -216,6 +216,16 @@ const configs: SiteIndexingConfig[] = [
startUrl: "https://python.langchain.com/docs/get_started/introduction",
rootUrl: "https://python.langchain.com/docs",
},
{
title: "WooCommerce",
startUrl: "https://developer.woocommerce.com/docs/",
rootUrl: "https://developer.woocommerce.com/docs/",
},
{
title: "WordPress",
startUrl: "https://developer.wordpress.org/reference/",
rootUrl: "https://developer.wordpress.org/reference/",
},
];
export default configs;