Update preIndexedDocs.ts (#1527)

Added Godot documentation to preIndexedDocs.ts
This commit is contained in:
casscarpendale 2024-06-20 15:30:10 -04:00 committed by GitHub
parent 8bcfcd439d
commit a3f351a584
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -290,6 +290,12 @@ const configs: SiteIndexingConfig[] = [
rootUrl: "https://learn.microsoft.com/en-us/dotnet/csharp/",
faviconUrl: "https://learn.microsoft.com/favicon.ico",
},
{
title: "Godot",
startUrl: "https://docs.godotengine.org/en/latest/",
rootUrl: "https://docs.godotengine.org/en/latest/",
faviconUrl: "https://godotengine.org/favicon.ico",
},
];
export default configs;