umberto.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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-autoformat",
  125. "prefix": "autoformat"
  126. },
  127. {
  128. "path": "packages/ckeditor5-core",
  129. "prefix": "core"
  130. },
  131. {
  132. "path": "packages/ckeditor5-engine",
  133. "prefix": "engine"
  134. },
  135. {
  136. "path": "packages/ckeditor5-heading",
  137. "prefix": "heading"
  138. },
  139. {
  140. "path": "packages/ckeditor5-image",
  141. "prefix": "image"
  142. },
  143. {
  144. "path": "packages/ckeditor5-markdown-gfm",
  145. "prefix": "markdown-gfm"
  146. },
  147. {
  148. "path": "packages/ckeditor5-theme-lark",
  149. "prefix": "theme-lark"
  150. },
  151. {
  152. "path": "packages/ckeditor5-ui",
  153. "prefix": "ui"
  154. }
  155. ]
  156. }