mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 11:05:08 -05:00
update docs version
This commit is contained in:
parent
2b35e0e833
commit
f86d4db20f
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -50,6 +50,7 @@ bin
|
||||||
# Ignore docs folders
|
# Ignore docs folders
|
||||||
docs/**
|
docs/**
|
||||||
docs
|
docs
|
||||||
|
docs-dist/
|
||||||
|
|
||||||
# Ignore codegenned files
|
# Ignore codegenned files
|
||||||
loader/src/internal/about.cpp
|
loader/src/internal/about.cpp
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
# Configuration file for the Flash C++ documentation generator.
|
# Configuration file for the Flash C++ documentation generator.
|
||||||
# https://github.com/hjfod/flash
|
# https://github.com/geode-sdk/flash
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "Geode"
|
name = "Geode"
|
||||||
version = "v1.0.0"
|
version = "v3.0.0"
|
||||||
repository = "https://github.com/geode-sdk/geode"
|
repository = "https://github.com/geode-sdk/geode"
|
||||||
tree = "https://github.com/geode-sdk/geode/tree/main"
|
tree = "https://github.com/geode-sdk/geode/tree/main"
|
||||||
icon = "loader/resources/logos/geode-circle.png"
|
icon = "loader/resources/logos/geode-circle.png"
|
||||||
|
|
Loading…
Reference in a new issue