umberto.json 5.4 KB

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