umberto.json 4.4 KB

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