umberto.json 4.7 KB

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