umberto.json 6.5 KB

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