We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9116b99 commit ed548caCopy full SHA for ed548ca
website/config.toml
@@ -36,10 +36,11 @@ title = "godot-rust"
36
items = [
37
{ lang = "en", links = [
38
{ url = "/", name = "Home" },
39
- { url = "https://github.com/godot-rust", name = "GitHub" },
+ { url = "https://github.com/godot-rust/gdext", name = "GitHub" },
40
{ url = "/book", name = "Book" },
41
{ url = "/docs", name = "API Docs" },
42
{ url = "/dev", name = "Devlog" },
43
+ { url = "https://github.com/sponsors/Bromeon", name = "♡" },
44
] }
45
]
46
0 commit comments