umberto.json 5.3 KB

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