umberto.json 3.6 KB

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