You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
### Minor Changes
12
12
13
-
- Exposed additional placeholders in `pageTitleTemplates` and adjusted default templates ([#831]).
13
+
- Exposed additional placeholders in `pageTitleTemplates` and adjusted default templates ([#831](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/831)).
14
14
- Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
Copy file name to clipboardExpand all lines: docs/content/docs/customization.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ asIndexPage: true
4
4
5
5
import { Callout } from'nextra/components';
6
6
7
-
# Extending
7
+
# Customization
8
8
9
9
You can extend the plugin beyond standard options, where possible integrating directly with the core TypeDoc API to ensure a consistent and predictable developer experience.
You can inform your IDE about the shape of the exported options the plugin provides.
8
+
9
+
### JSON Files
10
+
11
+
You can utilize the provided JSON schema at https://typedoc-plugin-markdown.org/schema.json. For simplicity of configuration, this schema consolidates all options from TypeDoc and the plugin.
For more information please visit [TypeDoc requirements](https://typedoc.org/documents/Overview.html).
36
+
37
+
## Migration Guides
38
+
39
+
### v4
6
40
7
41
v4.0 is a major release that includes a number of bug fixes, new features and
8
42
UX improvements.
9
43
10
-
### Architectural Changes
44
+
####Architectural Changes
11
45
12
46
- Handlebars as a dependency has been removed.
13
47
- Updated customization model with the ability to set hooks, events and custom theming.
14
48
- Improved test and linting coverage.
15
49
16
-
### New Features
50
+
####New Features
17
51
18
52
- Updated output file structure.
19
53
- Improved and cleaner UX configurable with options.
@@ -22,13 +56,13 @@ UX improvements.
22
56
- Ability to customize static text.
23
57
- Comprehensive documentation and examples repository.
24
58
25
-
### Non-Breaking Changes
59
+
####Non-Breaking Changes
26
60
27
61
- Each module member is now output to its own file by default. See <OptionLinktype="display"name="outputFileStrategy" />. To achieve the same output as v3 (whereby only Classes, Enums and Interfaces have their own file), set the [`membersWithOwnFile`](/docs/options#memberswithownfile) option.
28
62
- Parameters are output as a list by default. To achieve the same output as v3 (where parameters are output as a table), use the `table` key of <OptionLinktype="display"name="parametersFormat" />.
29
63
- Comment `@` tags are now displayed as headings.
30
64
31
-
### Breaking Changes
65
+
####Breaking Changes
32
66
33
67
- The output file structure has changed so you may need to update any cross references into your docs from external sources.
34
68
- Setting `theme` to `"markdown"` is not required and should be removed.
@@ -38,11 +72,3 @@ UX improvements.
38
72
- The option `namedAnchors` has been renamed to <OptionLinktype="utility"name="useHTMLAnchors" /> to better reflect its purpose.
39
73
- The option `hideInPageTOC` has been removed. In-page TOC are no longer included by default. You can include in-page TOCs by using [typedoc-plugin-remark](/plugins/remark) and the [remark-toc](plugins/remark/suggested-plugins#remark-toc) plugin.
40
74
- The option `objectLiteralTypeDeclarationStyle` has been removed. Please use the `list` key of <OptionLinktype="display"name="typeDeclarationFormat" />.
41
-
42
-
## Feedback
43
-
44
-
Feedback on releases are welcome and encouraged. If you'd like to report a bug, raise a feature request or have any questions, please [open an issue](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/new/choose).
45
-
46
-
## Thank You
47
-
48
-
A big thank you to all the members of the community who support this plugin through direct contributions and providing invaluable user testing and feedback!
0 commit comments