docs: logo not required to be served from root of domain
This commit is contained in:
6
assets/docs-theme/resources/extra-styles.css
Normal file
6
assets/docs-theme/resources/extra-styles.css
Normal file
@@ -0,0 +1,6 @@
|
||||
body .navbar .brand:first-of-type {
|
||||
background: url(./images/logo.png) center left no-repeat;
|
||||
background-size: 32px 32px;
|
||||
padding-left: 40px;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
@@ -72,9 +72,6 @@ class Build extends Script
|
||||
"website",
|
||||
"http://lime.software",
|
||||
"-D",
|
||||
"logo",
|
||||
"/images/logo.png",
|
||||
"-D",
|
||||
"textColor",
|
||||
"0x777777",
|
||||
"-theme",
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user