umberto.json 3.7 KB

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