Skip to content

Instantly share code, notes, and snippets.

@bnolan
Created March 16, 2018 05:34
Show Gist options
  • Save bnolan/cca00f5054d60dd30d77bb81029c19b2 to your computer and use it in GitHub Desktop.
Save bnolan/cca00f5054d60dd30d77bb81029c19b2 to your computer and use it in GitHub Desktop.
Docset generator for babylonjs
// 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