8
0

umberto.json 7.3 KB

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