Improve REST API Docs (#13931)

Various improvements to the REST API docs as we often get questions
(misconceptions on how to use filters, how to use with LLMs, etc.)
This commit is contained in:
Félix Malfait
2025-08-15 10:49:00 +02:00
committed by GitHub
parent 0c33dcc16a
commit d0bcf8a871
6 changed files with 136 additions and 58 deletions
@@ -164,6 +164,8 @@ export const CodeEditor = ({
onValidate?.(markers);
}}
options={{
formatOnPaste: true,
formatOnType: true,
overviewRulerLanes: 0,
scrollbar: {
vertical: 'hidden',