Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping dates in docs #17500

Merged
merged 2 commits into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/features/feature-digest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ category: features
menu-title: Feature digest
meta-title: Feature digest | CKEditor 5 Documentation
meta-description: CKEditor 5 offers over 150 features, from basic editing capabilities like bold or italics to full-blown real-time collaboration - this page collects them all.
modified_at: 2024-10-17
modified_at: 2024-11-20
order: -998
---

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/licensing/license-and-legal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ meta-title: Editor license | CKEditor 5 Documentation
meta-description: Choosing the right licence type for you needs.
menu-title: Editor license
order: 30
modified_at: 2024-10-28
modified_at: 2024-11-20
---

# Editor license and legal terms
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ order: 10
meta-title: License key and activation | CKEditor 5 Documentation
meta-description: Managing your license keys and activating the editor.
menu-title: License key and activation
modified_at: 2024-10-28
modified_at: 2024-11-20
---

# License key and activation
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/licensing/usage-based-billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menu-title: Usage-based billing
meta-title: Usage-based billing | CKEditor 5 Documentation
meta-description: Learn how usage-based billing works in CKEditor 5.
order: 20
modified_at: 2024-10-28
modified_at: 2024-11-20
---

# Usage-based billing
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/setup/loading-cdn-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ category: setup
meta-title: Loading CDN resources | CKEditor 5 Documentation
meta-description: Learn how to load CKEditor 5 resources from CDN.
order: 130
modified_at: 2024-09-10
modified_at: 2024-11-20
---

# Loading CDN resources
Expand Down Expand Up @@ -62,7 +62,7 @@ The `loadCKEditorCloud` function (and `useCKEditorCloud` functions which are sma

* `version` (required) – The version of CKEditor 5 and premium features (if `premium` option is set to `true`) to load.
* `translations` (optional) – An array of language codes to load translations for.
* `premium` (optional) &ndash; A boolean value that indicates whether to load premium plugins. <sup>[1]</sup>
* `premium` (optional) &ndash; A Boolean value that indicates whether to load premium plugins. <sup>[1]</sup>
* `ckbox` (optional) &ndash; Configuration for loading CKBox integration. <sup>[1]</sup>
* `plugins` (optional) &ndash; Configuration for loading additional plugins. The object should have the global plugin name as keys and the plugin configuration as values. <sup>[1]</sup>
* `injectedHtmlElementsAttributes` (optional) &ndash; An object with attributes that will be added to the `<script>` and `<link>` tags that are injected into the page. This can be used to add attributes like `integrity` or `crossorigin` to the tags. By default, it is set to `{ crossorigin: 'anonymous' }`.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/setup/typescript-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ category: setup
menu-title: TypeScript support
meta-title: TypeScript support | CKEditor 5 Documentation
meta-description: Handle setup, integrations, and development of CKEditor 5 features with TypeScript.
modified_at: 2024-06-25
modified_at: 2024-11-20
order: 100
---

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,6 @@
"external/*/packages/*",
"."
]
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion packages/ckeditor5-bookmark/docs/features/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ category: features
menu-title: Bookmarks
meta-title: Bookmarks | CKEditor 5 Documentation
meta-description: The bookmarks feature allows for adding and managing bookmark anchors attached to the content.
modified_at: 2024-10-21
modified_at: 2024-11-20
---

# Bookmarks
Expand Down