8
0

umberto.json 7.3 KB

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