Parcourir la 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 il y a 8 ans
Parent
commit
c0bc1bfdef
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  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" ],