docs: logo not required to be served from root of domain

This commit is contained in:
Josh Tynjala
2022-07-05 08:49:08 -07:00
parent 4f83af5848
commit 7e33d52645
3 changed files with 7 additions and 4 deletions

View File

@@ -72,9 +72,6 @@ class Build extends Script
"website",
"http://lime.software",
"-D",
"logo",
"/images/logo.png",
"-D",
"textColor",
"0x777777",
"-theme",

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 logo "/images/logo.png" -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://lime.software" -D source-path "https://github.com/openfl/lime/tree/develop/src/" -D textColor 0x777777 -theme ../assets/docs-theme --toplevel-package lime