umberto.json 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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. "features/paste-from-word.html": "features/pasting/paste-from-word.html"
  30. },
  31. "scripts": {
  32. "snippet-adapter": "../scripts/docs/snippetadapter",
  33. "import-path": "../scripts/docs/getrealimportpath"
  34. },
  35. "docsearch": {
  36. "apiKey": "fc463c26455365ad403d5ec51796cd73",
  37. "indexName": "ckeditor_nightly",
  38. "customRanking": [
  39. {
  40. "url": "api/module_core_editor_editorconfig-EditorConfig.html",
  41. "rank": 65
  42. },
  43. {
  44. "url": "api/module_heading_heading-HeadingConfig.html",
  45. "rank": 30
  46. },
  47. {
  48. "url": "api/module_image_image-ImageConfig.html",
  49. "rank": 30
  50. },
  51. {
  52. "url": "api/module_editor-classic_classiceditor-ClassicEditor.html",
  53. "rank": 30
  54. },
  55. {
  56. "url": "api/module_editor-balloon_ballooneditor-BalloonEditor.html",
  57. "rank": 30
  58. },
  59. {
  60. "url": "api/module_editor-inline_inlineeditor-InlineEditor.html",
  61. "rank": 30
  62. }
  63. ]
  64. },
  65. "googleanalytics": {
  66. "domains": [ "ckeditor5.github.io" ],
  67. "config": {
  68. "trackingId": "UA-271067-19",
  69. "cookieDomain": "ckeditor5.github.io"
  70. }
  71. },
  72. "og": {
  73. "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."
  74. },
  75. "groups": [
  76. {
  77. "name": "Builds",
  78. "id": "builds",
  79. "slug": "builds",
  80. "categories": [
  81. {
  82. "name": "Guides",
  83. "id": "builds-guides",
  84. "slug": "guides",
  85. "categories": [
  86. {
  87. "name": "Integration",
  88. "id": "builds-integration",
  89. "slug": "integration",
  90. "order": 100,
  91. "categories": [
  92. {
  93. "name": "Frameworks",
  94. "id": "builds-integration-frameworks",
  95. "slug": "frameworks",
  96. "order": 100
  97. }
  98. ]
  99. },
  100. {
  101. "name": "Development",
  102. "id": "builds-development",
  103. "slug": "development",
  104. "order": 200
  105. },
  106. {
  107. "name": "Support",
  108. "id": "builds-support",
  109. "slug": "support",
  110. "order": 300
  111. }
  112. ]
  113. }
  114. ]
  115. },
  116. {
  117. "name": "Framework",
  118. "id": "framework",
  119. "slug": "framework",
  120. "categories": [
  121. {
  122. "name": "Guides",
  123. "id": "framework-guides",
  124. "slug": "guides",
  125. "categories": [
  126. {
  127. "name": "Architecture",
  128. "id": "framework-architecture",
  129. "slug": "architecture",
  130. "order": 100
  131. },
  132. {
  133. "name": "Tutorials",
  134. "id": "framework-tutorials",
  135. "slug": "tutorials",
  136. "order": 200
  137. },
  138. {
  139. "name": "Deep dive",
  140. "id": "framework-deep-dive",
  141. "slug": "deep-dive",
  142. "order": 300,
  143. "categories": [
  144. {
  145. "name": "User interface",
  146. "id": "framework-deep-dive-ui",
  147. "slug": "ui",
  148. "order": 100
  149. }
  150. ]
  151. },
  152. {
  153. "name": "Contributing",
  154. "id": "framework-contributing",
  155. "slug": "contributing",
  156. "order": 400
  157. },
  158. {
  159. "name": "Support",
  160. "id": "framework-support",
  161. "slug": "support",
  162. "order": 500
  163. }
  164. ]
  165. }
  166. ]
  167. },
  168. {
  169. "name": "Examples",
  170. "id": "examples",
  171. "slug": "examples",
  172. "categories": [
  173. {
  174. "name": "Builds",
  175. "id": "examples-builds",
  176. "slug": "builds"
  177. },
  178. {
  179. "name": "Framework",
  180. "id": "examples-framework",
  181. "slug": "framework"
  182. }
  183. ]
  184. },
  185. {
  186. "name": "Features",
  187. "id": "features",
  188. "slug": "features",
  189. "categories": [
  190. {
  191. "name": "Collaboration",
  192. "id": "features-collaboration",
  193. "slug": "collaboration",
  194. "categories": [
  195. {
  196. "name": "Comments",
  197. "id": "features-comments",
  198. "slug": "comments",
  199. "order": 100
  200. },
  201. {
  202. "name": "Track changes",
  203. "id": "features-track-changes",
  204. "slug": "track-changes",
  205. "order": 200
  206. },
  207. {
  208. "name": "Real-time collaboration",
  209. "id": "features-real-time-collaboration",
  210. "slug": "real-time-collaboration",
  211. "order": 300
  212. }
  213. ]
  214. },
  215. {
  216. "name": "Image upload",
  217. "id": "features-image-upload",
  218. "slug": "image-upload"
  219. },
  220. {
  221. "name": "Pasting",
  222. "id": "features-pasting",
  223. "slug": "pasting"
  224. }
  225. ]
  226. },
  227. {
  228. "name": "API",
  229. "id": "api-reference",
  230. "sourceDir": "api",
  231. "slug": "api",
  232. "type": "jsdoc"
  233. }
  234. ]
  235. }