8
0

umberto.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. {
  2. "name": "CKEditor 5",
  3. "slug": "ckeditor5",
  4. "hexo-config": "docs/hexo-custom-config.json",
  5. "path": "docs",
  6. "observablesdocs": "module:utils/observablemixin~ObservableMixin",
  7. "scripts": {
  8. "snippet-adapter": "../scripts/docs/snippet-adapter/snippetadapter",
  9. "import-path": "../scripts/docs/getrealimportpath"
  10. },
  11. "docsearch": {
  12. "apiKey": "fc463c26455365ad403d5ec51796cd73",
  13. "indexName": "ckeditor_nightly",
  14. "customRanking": [
  15. {
  16. "url": "api/module_core_editor_editorconfig-EditorConfig.html",
  17. "rank": 10
  18. },
  19. {
  20. "url": "api/module_heading_heading-HeadingConfig.html",
  21. "rank": 7
  22. },
  23. {
  24. "url": "api/module_image_image-ImageConfig.html",
  25. "rank": 7
  26. },
  27. {
  28. "url": "api/module_editor-classic_classiceditor-ClassicEditor.html",
  29. "rank": 5
  30. },
  31. {
  32. "url": "api/module_editor-balloon_ballooneditor-BalloonEditor.html",
  33. "rank": 5
  34. },
  35. {
  36. "url": "api/module_editor-inline_inlineeditor-InlineEditor.html",
  37. "rank": 5
  38. },
  39. {
  40. "url": "api/module_utils_config.html",
  41. "rank": -5
  42. }
  43. ]
  44. },
  45. "googleanalytics": {
  46. "domains": [ "ckeditor5.github.io" ],
  47. "config": {
  48. "trackingId": "UA-271067-19",
  49. "cookieDomain": "ckeditor5.github.io"
  50. }
  51. },
  52. "groups": [
  53. {
  54. "name": "Builds",
  55. "id": "builds",
  56. "slug": "builds",
  57. "categories": [
  58. {
  59. "name": "Guides",
  60. "id": "builds-guides",
  61. "slug": "guides",
  62. "categories": [
  63. {
  64. "name": "Integration",
  65. "id": "builds-integration",
  66. "slug": "integration",
  67. "order": 100
  68. },
  69. {
  70. "name": "Development",
  71. "id": "builds-development",
  72. "slug": "development",
  73. "order": 200
  74. },
  75. {
  76. "name": "Support",
  77. "id": "builds-support",
  78. "slug": "support",
  79. "order": 300
  80. }
  81. ]
  82. }
  83. ]
  84. },
  85. {
  86. "name": "Framework",
  87. "id": "framework",
  88. "slug": "framework",
  89. "categories": [
  90. {
  91. "name": "Guides",
  92. "id": "framework-guides",
  93. "slug": "guides",
  94. "categories": [
  95. {
  96. "name": "Architecture",
  97. "id": "framework-architecture",
  98. "slug": "architecture",
  99. "order": 100
  100. },
  101. {
  102. "name": "User interface",
  103. "id": "framework-ui",
  104. "slug": "ui",
  105. "order": 200
  106. },
  107. {
  108. "name": "Contributing",
  109. "id": "framework-contributing",
  110. "slug": "contributing",
  111. "order": 300
  112. },
  113. {
  114. "name": "Support",
  115. "id": "framework-support",
  116. "slug": "support",
  117. "order": 400
  118. }
  119. ]
  120. }
  121. ]
  122. },
  123. {
  124. "name": "Examples",
  125. "id": "examples",
  126. "slug": "examples",
  127. "categories": [
  128. {
  129. "name": "Builds",
  130. "id": "examples-builds",
  131. "slug": "builds"
  132. },
  133. {
  134. "name": "Framework",
  135. "id": "examples-framework",
  136. "slug": "framework"
  137. }
  138. ]
  139. },
  140. {
  141. "name": "Features",
  142. "id": "features",
  143. "slug": "features"
  144. },
  145. {
  146. "name": "API",
  147. "id": "api-reference",
  148. "sourceDir": "api",
  149. "slug": "api",
  150. "type": "jsdoc"
  151. }
  152. ],
  153. "items": [
  154. {
  155. "path": "packages/ckeditor5-adapter-ckfinder",
  156. "prefix": "adapter-ckfinder"
  157. },
  158. {
  159. "path": "packages/ckeditor5-autoformat",
  160. "prefix": "autoformat"
  161. },
  162. {
  163. "path": "packages/ckeditor5-basic-styles",
  164. "prefix": "basic-styles"
  165. },
  166. {
  167. "path": "packages/ckeditor5-block-quote",
  168. "prefix": "block-quote"
  169. },
  170. {
  171. "path": "packages/ckeditor5-build-balloon",
  172. "prefix": "build-balloon"
  173. },
  174. {
  175. "path": "packages/ckeditor5-build-classic",
  176. "prefix": "build-classic"
  177. },
  178. {
  179. "path": "packages/ckeditor5-build-inline",
  180. "prefix": "build-inline"
  181. },
  182. {
  183. "path": "packages/ckeditor5-clipboard",
  184. "prefix": "clipboard"
  185. },
  186. {
  187. "path": "packages/ckeditor5-core",
  188. "prefix": "core"
  189. },
  190. {
  191. "path": "packages/ckeditor5-easy-image",
  192. "prefix": "easy-image"
  193. },
  194. {
  195. "path": "packages/ckeditor5-editor-balloon",
  196. "prefix": "editor-balloon"
  197. },
  198. {
  199. "path": "packages/ckeditor5-editor-classic",
  200. "prefix": "editor-classic"
  201. },
  202. {
  203. "path": "packages/ckeditor5-editor-inline",
  204. "prefix": "editor-inline"
  205. },
  206. {
  207. "path": "packages/ckeditor5-engine",
  208. "prefix": "engine"
  209. },
  210. {
  211. "path": "packages/ckeditor5-enter",
  212. "prefix": "enter"
  213. },
  214. {
  215. "path": "packages/ckeditor5-essentials",
  216. "prefix": "essentials"
  217. },
  218. {
  219. "path": "packages/ckeditor5-heading",
  220. "prefix": "heading"
  221. },
  222. {
  223. "path": "packages/ckeditor5-image",
  224. "prefix": "image"
  225. },
  226. {
  227. "path": "packages/ckeditor5-link",
  228. "prefix": "link"
  229. },
  230. {
  231. "path": "packages/ckeditor5-list",
  232. "prefix": "list"
  233. },
  234. {
  235. "path": "packages/ckeditor5-markdown-gfm",
  236. "prefix": "markdown-gfm"
  237. },
  238. {
  239. "path": "packages/ckeditor5-paragraph",
  240. "prefix": "paragraph"
  241. },
  242. {
  243. "path": "packages/ckeditor5-theme-lark",
  244. "prefix": "theme-lark"
  245. },
  246. {
  247. "path": "packages/ckeditor5-typing",
  248. "prefix": "typing"
  249. },
  250. {
  251. "path": "packages/ckeditor5-ui",
  252. "prefix": "ui"
  253. },
  254. {
  255. "path": "packages/ckeditor5-undo",
  256. "prefix": "undo"
  257. },
  258. {
  259. "path": "packages/ckeditor5-upload",
  260. "prefix": "upload"
  261. },
  262. {
  263. "path": "packages/ckeditor5-utils",
  264. "prefix": "utils"
  265. },
  266. {
  267. "path": "packages/ckeditor5-widget",
  268. "prefix": "widget"
  269. }
  270. ]
  271. }