Update preIndexedDocs.ts (#1527)
Added Godot documentation to preIndexedDocs.ts
This commit is contained in:
parent
8bcfcd439d
commit
a3f351a584
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue