umberto.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. {
  2. "name": "CKEditor 5",
  3. "slug": "ckeditor5",
  4. "hexo-config": "docs/hexo-custom-config.json",
  5. "extraStyles": "assets/styles.css",
  6. "path": "docs",
  7. "observablesdocs": "module:utils/observablemixin~ObservableMixin",
  8. "redirects": {
  9. "api/module_adapter-ckfinder_uploadadapter-CKFinderAdapterConfig.html": "api/module_ckfinder_ckfinder-CKFinderConfig.html",
  10. "builds/guides/license-and-legal.html": "builds/guides/support/license-and-legal.html",
  11. "builds/guides/browser-compatibility.html": "builds/guides/support/browser-compatibility.html",
  12. "builds/guides/reporting-issues.html": "builds/guides/support/reporting-issues.html",
  13. "builds/guides/development/installing-plugins.html": "builds/guides/integration/installing-plugins.html",
  14. "framework/guides/ui/theme-customization.html": "framework/guides/deep-dive/ui/theme-customization.html",
  15. "framework/guides/ui/external-ui.html": "framework/guides/deep-dive/ui/external-ui.html",
  16. "framework/guides/ui/document-editor.html": "framework/guides/deep-dive/ui/document-editor.html",
  17. "features/collaboration/overview.html": "features/collaboration/real-time-collaboration/real-time-collaboration.html",
  18. "features/collaboration/collaborative-editing.html": "features/collaboration/real-time-collaboration/real-time-collaboration-integration.html",
  19. "features/collaboration/collaborative-comments.html": "features/collaboration/real-time-collaboration/real-time-collaboration-integration.html",
  20. "features/collaboration/presence-list.html": "features/collaboration/real-time-collaboration/users-in-real-time-collaboration.html",
  21. "features/collaboration/comment-only-mode.html": "features/collaboration/comments/comment-only-mode.html",
  22. "features/collaboration/real-time-collaboration/real-time-collaborative-comments.html": "features/collaboration/real-time-collaboration/real-time-collaboration-integration.html",
  23. "features/collaboration/real-time-collaboration/real-time-collaborative-editing.html": "features/collaboration/real-time-collaboration/real-time-collaboration-integration.html",
  24. "features/image-upload.html": "features/image-upload/image-upload.html",
  25. "features/ckfinder.html": "features/image-upload/ckfinder.html",
  26. "features/easy-image.html": "features/image-upload/easy-image.html",
  27. "features/collaboration/comments/integrate-comments-with-application.html": "features/collaboration/comments/comments-integration.html",
  28. "features/collaboration/track-changes.html": "features/collaboration/track-changes/track-changes.html"
  29. },
  30. "scripts": {
  31. "snippet-adapter": "../scripts/docs/snippetadapter",
  32. "import-path": "../scripts/docs/getrealimportpath"
  33. },
  34. "docsearch": {
  35. "apiKey": "fc463c26455365ad403d5ec51796cd73",
  36. "indexName": "ckeditor_nightly",
  37. "customRanking": [
  38. {
  39. "url": "api/module_core_editor_editorconfig-EditorConfig.html",
  40. "rank": 65
  41. },
  42. {
  43. "url": "api/module_heading_heading-HeadingConfig.html",
  44. "rank": 30
  45. },
  46. {
  47. "url": "api/module_image_image-ImageConfig.html",
  48. "rank": 30
  49. },
  50. {
  51. "url": "api/module_editor-classic_classiceditor-ClassicEditor.html",
  52. "rank": 30
  53. },
  54. {
  55. "url": "api/module_editor-balloon_ballooneditor-BalloonEditor.html",
  56. "rank": 30
  57. },
  58. {
  59. "url": "api/module_editor-inline_inlineeditor-InlineEditor.html",
  60. "rank": 30
  61. }
  62. ]
  63. },
  64. "googleanalytics": {
  65. "domains": [ "ckeditor5.github.io" ],
  66. "config": {
  67. "trackingId": "UA-271067-19",
  68. "cookieDomain": "ckeditor5.github.io"
  69. }
  70. },
  71. "og": {
  72. "description": "Learn how to install, integrate and configure CKEditor 5 Builds and how to work with CKEditor 5 Framework, customize it, create your own plugins and custom editors, change the UI or even bring your own UI to the editor. API reference and examples included."
  73. },
  74. "groups": [
  75. {
  76. "name": "Builds",
  77. "id": "builds",
  78. "slug": "builds",
  79. "categories": [
  80. {
  81. "name": "Guides",
  82. "id": "builds-guides",
  83. "slug": "guides",
  84. "categories": [
  85. {
  86. "name": "Integration",
  87. "id": "builds-integration",
  88. "slug": "integration",
  89. "order": 100,
  90. "categories": [
  91. {
  92. "name": "Frameworks",
  93. "id": "builds-integration-frameworks",
  94. "slug": "frameworks",
  95. "order": 100
  96. }
  97. ]
  98. },
  99. {
  100. "name": "Development",
  101. "id": "builds-development",
  102. "slug": "development",
  103. "order": 200
  104. },
  105. {
  106. "name": "Support",
  107. "id": "builds-support",
  108. "slug": "support",
  109. "order": 300
  110. }
  111. ]
  112. }
  113. ]
  114. },
  115. {
  116. "name": "Framework",
  117. "id": "framework",
  118. "slug": "framework",
  119. "categories": [
  120. {
  121. "name": "Guides",
  122. "id": "framework-guides",
  123. "slug": "guides",
  124. "categories": [
  125. {
  126. "name": "Architecture",
  127. "id": "framework-architecture",
  128. "slug": "architecture",
  129. "order": 100
  130. },
  131. {
  132. "name": "Tutorials",
  133. "id": "framework-tutorials",
  134. "slug": "tutorials",
  135. "order": 200
  136. },
  137. {
  138. "name": "Deep dive",
  139. "id": "framework-deep-dive",
  140. "slug": "deep-dive",
  141. "order": 300,
  142. "categories": [
  143. {
  144. "name": "User interface",
  145. "id": "framework-deep-dive-ui",
  146. "slug": "ui",
  147. "order": 100
  148. }
  149. ]
  150. },
  151. {
  152. "name": "Contributing",
  153. "id": "framework-contributing",
  154. "slug": "contributing",
  155. "order": 400
  156. },
  157. {
  158. "name": "Support",
  159. "id": "framework-support",
  160. "slug": "support",
  161. "order": 500
  162. }
  163. ]
  164. }
  165. ]
  166. },
  167. {
  168. "name": "Examples",
  169. "id": "examples",
  170. "slug": "examples",
  171. "categories": [
  172. {
  173. "name": "Builds",
  174. "id": "examples-builds",
  175. "slug": "builds"
  176. },
  177. {
  178. "name": "Framework",
  179. "id": "examples-framework",
  180. "slug": "framework"
  181. }
  182. ]
  183. },
  184. {
  185. "name": "Features",
  186. "id": "features",
  187. "slug": "features",
  188. "categories": [
  189. {
  190. "name": "Collaboration",
  191. "id": "features-collaboration",
  192. "slug": "collaboration",
  193. "categories": [
  194. {
  195. "name": "Comments",
  196. "id": "features-comments",
  197. "slug": "comments",
  198. "order": 100
  199. },
  200. {
  201. "name": "Track changes",
  202. "id": "features-track-changes",
  203. "slug": "track-changes",
  204. "order": 200
  205. },
  206. {
  207. "name": "Real-time collaboration",
  208. "id": "features-real-time-collaboration",
  209. "slug": "real-time-collaboration",
  210. "order": 300
  211. }
  212. ]
  213. },
  214. {
  215. "name": "Image upload",
  216. "id": "features-image-upload",
  217. "slug": "image-upload"
  218. }
  219. ]
  220. },
  221. {
  222. "name": "API",
  223. "id": "api-reference",
  224. "sourceDir": "api",
  225. "slug": "api",
  226. "type": "jsdoc"
  227. }
  228. ]
  229. }