Handle observables and fires augments in plugins
This makes it easier to switch themes.
This commit is contained in:
+6
-5
@@ -23,10 +23,10 @@
|
||||
"apidoc/plugins/inheritdoc",
|
||||
"apidoc/plugins/interface",
|
||||
"apidoc/plugins/typedefs",
|
||||
"apidoc/plugins/api",
|
||||
"apidoc/plugins/todo",
|
||||
"apidoc/plugins/events",
|
||||
"apidoc/plugins/observable"
|
||||
"apidoc/plugins/observable",
|
||||
"apidoc/plugins/api"
|
||||
],
|
||||
"markdown": {
|
||||
"parser": "gfm"
|
||||
@@ -35,11 +35,12 @@
|
||||
"levels": ["deprecated","experimental","unstable","stable","frozen","locked"]
|
||||
},
|
||||
"templates": {
|
||||
"cleverLinks": false,
|
||||
"monospaceLinks": false,
|
||||
"cleverLinks": true,
|
||||
"monospaceLinks": true,
|
||||
"default": {
|
||||
"outputSourceFiles": true
|
||||
}
|
||||
},
|
||||
"applicationName": "OpenLayers 3"
|
||||
},
|
||||
"jsVersion": 180
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user