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
Currently, the generated documentation includes many references to the same String, Object etc. MDN pages. This can get pretty unwieldy when checking the markdown in diff logs for deeply nested parameters:
The same parameter list can be written with reference links, which provides a cleaner diff log and also heavily reduces the documentation's output size (48% reduction with this example)
Fixesdocumentationjs#948.
This approach might be problematic when inserting markdown under a readme heading if the readme already has link references with conflicting ID’s.
Currently, the generated documentation includes many references to the same
String
,Object
etc. MDN pages. This can get pretty unwieldy when checking the markdown in diff logs for deeply nested parameters:The same parameter list can be written with reference links, which provides a cleaner diff log and also heavily reduces the documentation's output size (48% reduction with this example)
Which would render identically as:
model
Stringparams
Objectparams.page
Objectparams.page.limit
Numberparams.page.offset
Numberparams.fields
Objectparams.filter
Objectparams.sort
Stringparams.include
Stringheaders
ObjectThe text was updated successfully, but these errors were encountered: