Explorar el Código

Updated umberto.json with methods important for search. Closes #595.

m-turek hace 8 años
padre
commit
a4eadb375d
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      docs/umberto.json

+ 8 - 1
docs/umberto.json

@@ -9,7 +9,14 @@
 	},
 	"docsearch": {
 		"apiKey": "fc463c26455365ad403d5ec51796cd73",
-		"indexName": "ckeditor_nightly"
+		"indexName": "ckeditor_nightly",
+	  	"importants": [
+			"module:editor-balloon/ballooneditor~BalloonEditor.create",
+			"module:editor-classic/classiceditor~ClassicEditor.create",
+			"module:editor-inline/inlineeditor~InlineEditor.create",
+			"module:core/editor/editor~Editor.create",
+			"module:core/editor/standardeditor~StandardEditor.create"
+		]
 	},
 	"googleanalytics": {
 		"domains": [ "ckeditor5.github.io" ],