8
0

umberto.json 4.5 KB

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