Browse Source

Merge pull request #596 from ckeditor/t/595

Docs: Updated `umberto.json` with a list of methods which should have priority in search results. Closes #595.
Piotrek Koszuliński 8 years ago
parent
commit
c0bc1bfdef
1 changed files with 6 additions and 1 deletions
  1. 6 1
      docs/umberto.json

+ 6 - 1
docs/umberto.json

@@ -9,7 +9,12 @@
 	},
 	"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"
+		]
 	},
 	"googleanalytics": {
 		"domains": [ "ckeditor5.github.io" ],