umberto.json 6.2 KB

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