Skip to content

Commit 03efb5d

Browse files
committed
fix syntax
1 parent b8584c1 commit 03efb5d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/contributing/templates/c2c-source-and-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
2121

2222
\Introduction\
2323

24-
The {{source name}} collects {{data/event types}} from {{source of origin}}. 
24+
The `{{source name}}` collects `{{data/event types}}` from `{{source of origin}}`
2525

2626
Example: The Microsoft Graph Security API Source provides a secure endpoint to consume alerts from the Microsoft Graph Security API endpoint. It securely stores the required authentication, scheduling, and state tracking information. One threat event is reported for each affected device.
2727

28-
The Sumo Logic app for {{app name}} enables you to track {{What the app does}}.
28+
The Sumo Logic app for `{{app name}}` enables you to track `{{What the app does}}`.
2929

3030
Example: The Sumo Logic app for Asana enables you to track user sign in activities, detect data access and export, and identify changes to security settings and user roles.
3131

32-
{{Key features of the app}}
32+
`{{Key features of the app}}`
3333

3434
\Depending on the availability in the Fed, add the below note.\
3535

@@ -43,7 +43,7 @@ This source is **not** yet available in the [Fed deployment](/docs/api/getting-s
4343

4444
| Polling Interval | Data |
4545
| :--- | :--- |
46-
| {{Polling time in minutes}} | {{Data sources}} |
46+
| `{{Polling time in minutes}}` | `{{Data sources}}` |
4747

4848
Example:
4949

@@ -91,7 +91,7 @@ Example: https://help.sumologic.com/docs/send-data/hosted-collectors/cloud-to-cl
9191

9292
| Field | Value | Description |
9393
| :--- | :--- | :--- |
94-
| {{`field`}} | {{value}} | {{Description}} |
94+
| `{{field}}` | `{{value}}` | `{{Description}}` |
9595

9696
#### JSON schema
9797

@@ -113,7 +113,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
113113
| description | String | No | `null` | Type a description of the source. | `"Testing source"`
114114
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"`
115115
| fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field _siemForward to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}` |
116-
| {{`Parameter`}} | {{Type}} | {{Yes/No}} | `null` | {{Description}} |  {{Example}} |
116+
| `{{Parameter}}` | `{{Type}}` | `{{Yes/No}}` | `null` | `{{Description}}` |  `{{Example}}` |
117117

118118
#### JSON example
119119

@@ -125,7 +125,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
125125

126126
\Create and add the Terraform config in the dropbox and import it here.\
127127

128-
<CodeBlock language="json">component-name}</CodeBlock>
128+
<CodeBlock language="json">component-name</CodeBlock>
129129

130130
### Troubleshooting
131131

0 commit comments

Comments
 (0)