umberto.json 4.7 KB

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