add PySide6 docs to preindexed docs (#1236)

This commit is contained in:
Pixel 2024-05-06 03:28:28 -03:00 committed by GitHub
parent e15259d401
commit 7f0536607e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -226,6 +226,11 @@ const configs: SiteIndexingConfig[] = [
startUrl: "https://developer.wordpress.org/reference/",
rootUrl: "https://developer.wordpress.org/reference/",
},
{
title: "PySide6",
startUrl: "https://doc.qt.io/qtforpython-6/quickstart.html",
rootUrl: "https://doc.qt.io/qtforpython-6/api.html",
},
];
export default configs;