umberto.json 4.8 KB

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