Skip to content

Commit 2c23736

Browse files
committed
RHIDP-10933: updated section headers
1 parent 9657f23 commit 2c23736

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

modules/shared/ref-servicenow-configuration-parameters.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The ServiceNow Scaffolder module requires a separate configuration block. Note t
3333
== Authentication examples
3434
The following examples demonstrate how to structure different authentication methods in your configuration.
3535

36-
.Basic authentication example
36+
== Basic authentication example
3737
[source,yaml]
3838
----
3939
servicenow:
@@ -43,7 +43,7 @@ servicenow:
4343
password: ${SERVICENOW_PASS}
4444
----
4545

46-
.OAuth with Client Credentials
46+
== OAuth with Client Credentials
4747
[source,yaml]
4848
----
4949
servicenow:
@@ -54,7 +54,7 @@ servicenow:
5454
clientSecret: ${SERVICENOW_CLIENT_SECRET}
5555
----
5656

57-
.OAuth with Password Grant
57+
== OAuth with Password Grant
5858
[source,yaml]
5959
----
6060
servicenow:

0 commit comments

Comments
 (0)