umberto.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. "groups": [
  15. {
  16. "name": "API",
  17. "id": "api-reference",
  18. "sourceDir": "api",
  19. "slug": "api",
  20. "type": "jsdoc"
  21. },
  22. {
  23. "name": "Framework",
  24. "id": "framework",
  25. "slug": "framework",
  26. "categories": [
  27. {
  28. "name": "Guides",
  29. "id": "framework-guides",
  30. "slug": "guides",
  31. "categories": [
  32. {
  33. "name": "Getting started",
  34. "id": "getting-started",
  35. "slug": "getting-started",
  36. "categories": [
  37. {
  38. "name": "Inserting CKEditor",
  39. "id": "inserting-ckeditor",
  40. "slug": "inserting-ckeditor"
  41. },
  42. {
  43. "name": "End User Features",
  44. "id": "end-user-features",
  45. "slug": "end-user-features"
  46. }
  47. ]
  48. },
  49. {
  50. "name": "Plugins",
  51. "id": "plugins",
  52. "slug": "plugins"
  53. },
  54. {
  55. "name": "User interface",
  56. "id": "ui",
  57. "slug": "ui"
  58. }
  59. ]
  60. },
  61. {
  62. "name": "Tutorials",
  63. "id": "tutorials",
  64. "slug": "tutorials",
  65. "categories": [
  66. {
  67. "name": "How to",
  68. "id": "how-to",
  69. "slug": "how-to",
  70. "categories": [
  71. {
  72. "name": "Step by step",
  73. "id": "step-by-step",
  74. "slug": "step-by-step"
  75. }
  76. ]
  77. },
  78. {
  79. "name": "Advanced tutorials",
  80. "id": "advanced-tutorials",
  81. "slug": "advanced-tutorials"
  82. }
  83. ]
  84. }
  85. ]
  86. },
  87. {
  88. "name": "Builds",
  89. "id": "builds",
  90. "slug": "builds",
  91. "categories": [
  92. {
  93. "name": "Guides",
  94. "id": "builds-guides",
  95. "slug": "guides",
  96. "categories": [
  97. {
  98. "name": "Integration",
  99. "id": "builds-integration",
  100. "slug": "integration",
  101. "order": 100
  102. },
  103. {
  104. "name": "Development",
  105. "id": "builds-development",
  106. "slug": "development",
  107. "order": 200
  108. }
  109. ]
  110. }
  111. ]
  112. },
  113. {
  114. "name": "Features",
  115. "id": "features",
  116. "slug": "features"
  117. },
  118. {
  119. "name": "Examples",
  120. "id": "examples",
  121. "slug": "examples",
  122. "categories": [
  123. {
  124. "name": "Builds",
  125. "id": "examples-builds",
  126. "slug": "builds"
  127. },
  128. {
  129. "name": "Framework",
  130. "id": "examples-framework",
  131. "slug": "framework"
  132. }
  133. ]
  134. }
  135. ],
  136. "items": [
  137. {
  138. "path": "packages/ckeditor5-autoformat",
  139. "prefix": "autoformat"
  140. },
  141. {
  142. "path": "packages/ckeditor5-heading",
  143. "prefix": "heading"
  144. },
  145. {
  146. "path": "packages/ckeditor5-image",
  147. "prefix": "image"
  148. },
  149. {
  150. "path": "packages/ckeditor5-markdown-gfm",
  151. "prefix": "markdown-gfm"
  152. },
  153. {
  154. "path": "packages/ckeditor5-theme-lark",
  155. "prefix": "theme-lark"
  156. },
  157. {
  158. "path": "packages/ckeditor5-ui",
  159. "prefix": "ui"
  160. }
  161. ]
  162. }