Skip to content

Commit cf5e8f7

Browse files
committed
DOC-3355: Fix syntax issue causing code block.
1 parent e75e065 commit cf5e8f7

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

modules/ROOT/pages/changelog.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ NOTE: This is the {productname} Community version changelog. For information abo
1414
* Improved visual styling of inline diff highlights in Suggested Edits and TinyMCE AI plugin.
1515
// #TINY-13958
1616

17-
### Changed
18-
* Updated the Review list accordion item background color.
19-
// #TINY-14158
20-
21-
### Deprecated
22-
* Deprecated `spellchecker_language` config option. Use `content_language` instead.
23-
// #TINY-11214
24-
2517
### Fixed
2618
* URIs with non-Latin1 characters were returning an error.
2719
// #TINY-13938

modules/ROOT/pages/tinymceai-review.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ For endpoint details, request and response schemas, authentication, and streamin
113113
[[reviews-custom-reviews]]
114114
=== Custom reviews (API)
115115

116-
Integrators can also call the Custom Review API endpoint directly. It streams suggestions in the same way as system reviews but takes a custom `prompt` (and `model`) with document `content` in the request body. Custom reviews can be as simple as checking for specific words or phrases, or as complex as applying a company style guide that includes business logic, specific terminology, and more.
117-
118-
See https://tinymceai.api.tiny.cloud/docs#tag/Reviews[Reviews API] for the endpoint, parameters, and examples.
116+
Integrators can also call the Custom Review API endpoint directly. It streams suggestions in the same way as system reviews but takes a custom `prompt` (and `model`) with document `content` in the request body. Custom reviews can be as simple as checking for specific words or phrases, or as complex as applying a company style guide that includes business logic, specific terminology, and more. See https://tinymceai.api.tiny.cloud/docs#tag/Reviews[Reviews API] for the endpoint, parameters, and examples.
119117

120118
Users can also run custom reviews directly from the editor through the xref:tinymceai-review.adoc#custom-review-choose-review[Custom review] category in the Review sidebar.
121119

0 commit comments

Comments
 (0)