Update preIndexedDocs.ts (#1292)
Add Bootstrap and Alpine.js as pre indexed docs.
This commit is contained in:
parent
7cecbcccea
commit
ebc02fe093
|
@ -231,6 +231,16 @@ const configs: SiteIndexingConfig[] = [
|
|||
startUrl: "https://doc.qt.io/qtforpython-6/quickstart.html",
|
||||
rootUrl: "https://doc.qt.io/qtforpython-6/api.html",
|
||||
},
|
||||
{
|
||||
title: "Bootstrap",
|
||||
startUrl: "https://getbootstrap.com/docs/5.3/getting-started/introduction/",
|
||||
rootUrl: "https://getbootstrap.com/docs/5.3/",
|
||||
},
|
||||
{
|
||||
title: "Alpine.js",
|
||||
startUrl: "https://alpinejs.dev/start-here",
|
||||
rootUrl: "https://alpinejs.dev/",
|
||||
},
|
||||
];
|
||||
|
||||
export default configs;
|
||||
|
|
Loading…
Reference in New Issue