From 1fe5dcf5ff877c118991fee53f79d82c8f4fdc8f Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 4 Oct 2021 14:51:37 +0300 Subject: Doc: Fix asciidoctor warning WARNING: dev-plugins.txt.html_htmlonly_expn: line 873: section title out of sequence: expected level 2, got level 3 Change-Id: Ic3604cb1bed8c23948115fb2f18f28145cb18607 --- Documentation/dev-plugins.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index 383f5c02ec..1cad9c1504 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -870,7 +870,7 @@ boolean json; [[query_attributes]] == Change Attributes -==== ChangePluginDefinedInfoFactory +=== ChangePluginDefinedInfoFactory Plugins can provide additional attributes to be returned from the Get Change and Query Change APIs by implementing the `ChangePluginDefinedInfoFactory` interface @@ -977,7 +977,7 @@ $ curl http://localhost:8080/changes/1?myplugin-name--all Runtime exceptions generated by the implementors of ChangePluginDefinedInfoFactory are encapsulated in PluginDefinedInfo objects which are part of SSH/REST query output. -==== ChangeAttributeFactory +=== ChangeAttributeFactory Alternatively, there is also `ChangeAttributeFactory` which takes in one single `ChangeData` at a time. `ChangePluginDefinedInfoFactory` should be preferred -- cgit v1.2.3