8
0

umberto.json 5.5 KB

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