docs website URL

This may change, but this is where it is right now
This commit is contained in:
Josh Tynjala
2022-07-05 08:51:01 -07:00
parent 7e33d52645
commit 8d715cb741
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class Build extends Script
"https://github.com/openfl/lime/tree/develop/src/",
"-D",
"website",
"http://lime.software",
"http://openfl.github.io/lime.software",
"-D",
"textColor",
"0x777777",

View File

@@ -13,4 +13,4 @@ hxml/android.hxml
hxml/html5.hxml
--next
-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "http://lime.software" -D source-path "https://github.com/openfl/lime/tree/develop/src/" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime
-cmd haxelib run dox -i xml -in lime --title "Lime API Reference" -D website "http://openfl.github.io/lime.software" -D source-path "https://github.com/openfl/lime/tree/develop/src/" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime