8
0

umberto.json 5.8 KB

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