diff --git a/.gitignore b/.gitignore index 979b5d0f..7dccd325 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ bin # Ignore docs folders docs/** docs +docs-dist/ # Ignore codegenned files loader/src/internal/about.cpp diff --git a/flash.toml b/flash.toml index a966930f..84c671b0 100644 --- a/flash.toml +++ b/flash.toml @@ -1,10 +1,10 @@ # Configuration file for the Flash C++ documentation generator. -# https://github.com/hjfod/flash +# https://github.com/geode-sdk/flash [project] name = "Geode" -version = "v1.0.0" +version = "v3.0.0" repository = "https://github.com/geode-sdk/geode" tree = "https://github.com/geode-sdk/geode/tree/main" icon = "loader/resources/logos/geode-circle.png"