umberto.json 3.3 KB

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