Added phaser build and hellophaser sample
This commit is contained in:
15
docs/build/docstrap-master/template/tmpl/mainpage.tmpl
vendored
Normal file
15
docs/build/docstrap-master/template/tmpl/mainpage.tmpl
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?js
|
||||
var data = obj;
|
||||
var self = this;
|
||||
?>
|
||||
|
||||
|
||||
<?js if (data.kind === 'package' && (data.name ||data.version)) { ?>
|
||||
<h3><?js= data.name ?> <?js= data.version ?></h3>
|
||||
<?js } ?>
|
||||
|
||||
<?js if (data.readme) { ?>
|
||||
<section>
|
||||
<article><?js= data.readme ?></article>
|
||||
</section>
|
||||
<?js } ?>
|
||||
Reference in New Issue
Block a user