8
0

umberto.json 2.9 KB

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