summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2021-10-04 14:51:37 +0300
committerOrgad Shaneh <orgad.shaneh@audiocodes.com>2021-10-04 16:15:48 +0300
commit1fe5dcf5ff877c118991fee53f79d82c8f4fdc8f (patch)
treea3a2b7febddad67cc765c575ab8be66b3512b696
parent511924d6e98c5f6ab38fa84096bdedc2cabf31b5 (diff)
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
-rw-r--r--Documentation/dev-plugins.txt4
1 files 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