| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- {
- "name": "CKEditor 5",
- "slug": "ckeditor5",
- "hexo-config": "docs/hexo-custom-config.json",
- "path": "docs",
- "observablesdocs": "module:utils/observablemixin~ObservableMixin",
- "scripts": {
- "snippet-adapter": "../scripts/docs/snippet-adapter/snippetadapter",
- "import-path": "../scripts/docs/getrealimportpath"
- },
- "docsearch": {
- "apiKey": "fc463c26455365ad403d5ec51796cd73",
- "indexName": "ckeditor_nightly",
- "customRanking": [
- {
- "url": "api/module_core_editor_editorconfig-EditorConfig.html",
- "rank": 65
- },
- {
- "url": "api/module_heading_heading-HeadingConfig.html",
- "rank": 30
- },
- {
- "url": "api/module_image_image-ImageConfig.html",
- "rank": 30
- },
- {
- "url": "api/module_editor-classic_classiceditor-ClassicEditor.html",
- "rank": 30
- },
- {
- "url": "api/module_editor-balloon_ballooneditor-BalloonEditor.html",
- "rank": 30
- },
- {
- "url": "api/module_editor-inline_inlineeditor-InlineEditor.html",
- "rank": 30
- }
- ]
- },
- "googleanalytics": {
- "domains": [ "ckeditor5.github.io" ],
- "config": {
- "trackingId": "UA-271067-19",
- "cookieDomain": "ckeditor5.github.io"
- }
- },
- "og": {
- "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."
- },
- "groups": [
- {
- "name": "Builds",
- "id": "builds",
- "slug": "builds",
- "categories": [
- {
- "name": "Guides",
- "id": "builds-guides",
- "slug": "guides",
- "categories": [
- {
- "name": "Integration",
- "id": "builds-integration",
- "slug": "integration",
- "order": 100
- },
- {
- "name": "Development",
- "id": "builds-development",
- "slug": "development",
- "order": 200
- },
- {
- "name": "Support",
- "id": "builds-support",
- "slug": "support",
- "order": 300
- }
- ]
- }
- ]
- },
- {
- "name": "Framework",
- "id": "framework",
- "slug": "framework",
- "categories": [
- {
- "name": "Guides",
- "id": "framework-guides",
- "slug": "guides",
- "categories": [
- {
- "name": "Architecture",
- "id": "framework-architecture",
- "slug": "architecture",
- "order": 100
- },
- {
- "name": "User interface",
- "id": "framework-ui",
- "slug": "ui",
- "order": 200
- },
- {
- "name": "Contributing",
- "id": "framework-contributing",
- "slug": "contributing",
- "order": 300
- },
- {
- "name": "Support",
- "id": "framework-support",
- "slug": "support",
- "order": 400
- }
- ]
- }
- ]
- },
- {
- "name": "Examples",
- "id": "examples",
- "slug": "examples",
- "categories": [
- {
- "name": "Builds",
- "id": "examples-builds",
- "slug": "builds"
- },
- {
- "name": "Framework",
- "id": "examples-framework",
- "slug": "framework"
- }
- ]
- },
- {
- "name": "Features",
- "id": "features",
- "slug": "features"
- },
- {
- "name": "API",
- "id": "api-reference",
- "sourceDir": "api",
- "slug": "api",
- "type": "jsdoc"
- }
- ],
- "items": [
- {
- "path": "packages/ckeditor5-adapter-ckfinder",
- "prefix": "adapter-ckfinder"
- },
- {
- "path": "packages/ckeditor5-autoformat",
- "prefix": "autoformat"
- },
- {
- "path": "packages/ckeditor5-basic-styles",
- "prefix": "basic-styles"
- },
- {
- "path": "packages/ckeditor5-block-quote",
- "prefix": "block-quote"
- },
- {
- "path": "packages/ckeditor5-build-balloon",
- "prefix": "build-balloon"
- },
- {
- "path": "packages/ckeditor5-build-classic",
- "prefix": "build-classic"
- },
- {
- "path": "packages/ckeditor5-build-inline",
- "prefix": "build-inline"
- },
- {
- "path": "packages/ckeditor5-clipboard",
- "prefix": "clipboard"
- },
- {
- "path": "packages/ckeditor5-core",
- "prefix": "core"
- },
- {
- "path": "packages/ckeditor5-easy-image",
- "prefix": "easy-image"
- },
- {
- "path": "packages/ckeditor5-editor-balloon",
- "prefix": "editor-balloon"
- },
- {
- "path": "packages/ckeditor5-editor-classic",
- "prefix": "editor-classic"
- },
- {
- "path": "packages/ckeditor5-editor-inline",
- "prefix": "editor-inline"
- },
- {
- "path": "packages/ckeditor5-engine",
- "prefix": "engine"
- },
- {
- "path": "packages/ckeditor5-enter",
- "prefix": "enter"
- },
- {
- "path": "packages/ckeditor5-essentials",
- "prefix": "essentials"
- },
- {
- "path": "packages/ckeditor5-heading",
- "prefix": "heading"
- },
- {
- "path": "packages/ckeditor5-image",
- "prefix": "image"
- },
- {
- "path": "packages/ckeditor5-link",
- "prefix": "link"
- },
- {
- "path": "packages/ckeditor5-list",
- "prefix": "list"
- },
- {
- "path": "packages/ckeditor5-markdown-gfm",
- "prefix": "markdown-gfm"
- },
- {
- "path": "packages/ckeditor5-paragraph",
- "prefix": "paragraph"
- },
- {
- "path": "packages/ckeditor5-theme-lark",
- "prefix": "theme-lark"
- },
- {
- "path": "packages/ckeditor5-typing",
- "prefix": "typing"
- },
- {
- "path": "packages/ckeditor5-ui",
- "prefix": "ui"
- },
- {
- "path": "packages/ckeditor5-undo",
- "prefix": "undo"
- },
- {
- "path": "packages/ckeditor5-upload",
- "prefix": "upload"
- },
- {
- "path": "packages/ckeditor5-utils",
- "prefix": "utils"
- },
- {
- "path": "packages/ckeditor5-widget",
- "prefix": "widget"
- }
- ]
- }
|