Skip to content

Commit

Permalink
docs: more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellwinblad committed Jan 24, 2024
1 parent 5919983 commit 6003ae9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/emqx_bridge_kinesis/src/emqx_bridge_kinesis.erl
Expand Up @@ -193,10 +193,12 @@ desc("creation_opts") ->
?DESC(emqx_resource_schema, "creation_opts");
desc("config_connector") ->
?DESC("config_connector");
desc("kinesis_action") ->
desc(kinesis_action) ->
?DESC("kinesis_action");
desc("action_parameters") ->
desc(action_parameters) ->
?DESC("action_parameters");
desc(connector_resource_opts) ->
?DESC(emqx_resource_schema, "resource_opts");
desc(_) ->
undefined.

Expand All @@ -210,8 +212,6 @@ conn_bridge_examples(Method) ->
}
].

%% TODO Fix these examples

connector_examples(Method) ->
[
#{
Expand Down

0 comments on commit 6003ae9

Please sign in to comment.