umberto.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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. },
  78. {
  79. "name": "Development",
  80. "id": "builds-development",
  81. "slug": "development",
  82. "order": 200
  83. },
  84. {
  85. "name": "Support",
  86. "id": "builds-support",
  87. "slug": "support",
  88. "order": 300
  89. }
  90. ]
  91. }
  92. ]
  93. },
  94. {
  95. "name": "Framework",
  96. "id": "framework",
  97. "slug": "framework",
  98. "categories": [
  99. {
  100. "name": "Guides",
  101. "id": "framework-guides",
  102. "slug": "guides",
  103. "categories": [
  104. {
  105. "name": "Architecture",
  106. "id": "framework-architecture",
  107. "slug": "architecture",
  108. "order": 100
  109. },
  110. {
  111. "name": "Deep dive",
  112. "id": "framework-deep-dive",
  113. "slug": "deep-dive",
  114. "order": 300,
  115. "categories": [
  116. {
  117. "name": "User interface",
  118. "id": "framework-deep-dive-ui",
  119. "slug": "ui",
  120. "order": 100
  121. }
  122. ]
  123. },
  124. {
  125. "name": "Contributing",
  126. "id": "framework-contributing",
  127. "slug": "contributing",
  128. "order": 400
  129. },
  130. {
  131. "name": "Support",
  132. "id": "framework-support",
  133. "slug": "support",
  134. "order": 500
  135. }
  136. ]
  137. }
  138. ]
  139. },
  140. {
  141. "name": "Examples",
  142. "id": "examples",
  143. "slug": "examples",
  144. "categories": [
  145. {
  146. "name": "Builds",
  147. "id": "examples-builds",
  148. "slug": "builds"
  149. },
  150. {
  151. "name": "Framework",
  152. "id": "examples-framework",
  153. "slug": "framework"
  154. }
  155. ]
  156. },
  157. {
  158. "name": "Features",
  159. "id": "features",
  160. "slug": "features",
  161. "categories": [
  162. {
  163. "name": "Collaboration",
  164. "id": "features-collaboration",
  165. "slug": "collaboration"
  166. }
  167. ]
  168. },
  169. {
  170. "name": "API",
  171. "id": "api-reference",
  172. "sourceDir": "api",
  173. "slug": "api",
  174. "type": "jsdoc"
  175. }
  176. ]
  177. }