8
0

umberto.json 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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": "Conversion",
  146. "id": "framework-deep-dive-conversion",
  147. "slug": "ui",
  148. "order": 100
  149. },
  150. {
  151. "name": "User interface",
  152. "id": "framework-deep-dive-ui",
  153. "slug": "ui",
  154. "order": 110
  155. }
  156. ]
  157. },
  158. {
  159. "name": "Contributing",
  160. "id": "framework-contributing",
  161. "slug": "contributing",
  162. "order": 400
  163. },
  164. {
  165. "name": "Support",
  166. "id": "framework-support",
  167. "slug": "support",
  168. "order": 500
  169. }
  170. ]
  171. }
  172. ]
  173. },
  174. {
  175. "name": "Examples",
  176. "id": "examples",
  177. "slug": "examples",
  178. "categories": [
  179. {
  180. "name": "Builds",
  181. "id": "examples-builds",
  182. "slug": "builds"
  183. },
  184. {
  185. "name": "Framework",
  186. "id": "examples-framework",
  187. "slug": "framework"
  188. }
  189. ]
  190. },
  191. {
  192. "name": "Features",
  193. "id": "features",
  194. "slug": "features",
  195. "categories": [
  196. {
  197. "name": "Collaboration",
  198. "id": "features-collaboration",
  199. "slug": "collaboration",
  200. "categories": [
  201. {
  202. "name": "Comments",
  203. "id": "features-comments",
  204. "slug": "comments",
  205. "order": 100
  206. },
  207. {
  208. "name": "Track changes",
  209. "id": "features-track-changes",
  210. "slug": "track-changes",
  211. "order": 200
  212. },
  213. {
  214. "name": "Real-time collaboration",
  215. "id": "features-real-time-collaboration",
  216. "slug": "real-time-collaboration",
  217. "order": 300
  218. }
  219. ]
  220. },
  221. {
  222. "name": "Image upload",
  223. "id": "features-image-upload",
  224. "slug": "image-upload"
  225. },
  226. {
  227. "name": "Pasting",
  228. "id": "features-pasting",
  229. "slug": "pasting"
  230. }
  231. ]
  232. },
  233. {
  234. "name": "API",
  235. "id": "api-reference",
  236. "sourceDir": "api",
  237. "slug": "api",
  238. "type": "jsdoc"
  239. }
  240. ]
  241. }