Created
March 16, 2018 05:34
-
-
Save bnolan/cca00f5054d60dd30d77bb81029c19b2 to your computer and use it in GitHub Desktop.
Docset generator for babylonjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Requires the github version of dashing | |
// | |
// https://github.com/technosophos/dashing | |
{ | |
"name": "Babylon.js", | |
"package": "babylonjs", | |
"index": "classes/3.1.html", | |
"selectors": { | |
"#classTitle > h1": { | |
"type": "Class", | |
"matchpath": "classes/3.1/.*\\.html" | |
} | |
}, | |
"ignore": [ | |
"body > div.classBar", | |
"body > nav.nav-main" | |
], | |
"icon32x32": "", | |
"allowJS": false, | |
"ExternalURL": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment