-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
This is to track the cleanup that we can do to the docs after #46180 and #45937. That is:
- On console snippets we can
- Replace
[source,js]with[source,console] - Remove
// CONSOLE - On console response snippets we can
- Replace
[source,js]with[source,console-result] - Remove
// TESTRESPONSEif it doesn't have any special operations likes
The first on is nice because it makes the docs consistent with how they actually work in Asciidoctor. The second one does that too but also will allow clients to override those snippets when they are overriding request snippets.