@ckeditor/ckeditor5-dev-docs 49.0.0 → 49.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/build.js +6 -0
- package/package.json +2 -2
package/lib/build.js
CHANGED
|
@@ -36,6 +36,12 @@ export default async function build( config ) {
|
|
|
36
36
|
basePath: config.cwd,
|
|
37
37
|
readme: 'none',
|
|
38
38
|
|
|
39
|
+
jsDocCompatibility: {
|
|
40
|
+
// Disable TypeDoc attempt to infer the tag content whether it should be parsed as code.
|
|
41
|
+
// See: https://github.com/ckeditor/ckeditor5/issues/18526.
|
|
42
|
+
defaultTag: false
|
|
43
|
+
},
|
|
44
|
+
|
|
39
45
|
blockTags: [
|
|
40
46
|
...OptionDefaults.blockTags,
|
|
41
47
|
'@eventName',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-dev-docs",
|
|
3
|
-
"version": "49.0.
|
|
3
|
+
"version": "49.0.2",
|
|
4
4
|
"description": "Tasks used to build and verify the documentation for CKEditor 5.",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"lib"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ckeditor/typedoc-plugins": "^49.0.
|
|
25
|
+
"@ckeditor/typedoc-plugins": "^49.0.2",
|
|
26
26
|
"glob": "^11.0.1",
|
|
27
27
|
"typedoc": "0.28.4",
|
|
28
28
|
"typedoc-plugin-rename-defaults": "^0.7.3",
|