Skip to content

Commit 878f188

Browse files
authored
Markdown issues with two headings (#48)
1 parent 9032d44 commit 878f188

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ public/
33
resources/
44
node_modules/
55
tech-doc-hugo
6+
.hugo_build.lock
67

content/en/docs/shared_services/supportapi/methods/create_case.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Create a new support case or customer enhancement request.
1616
Create Case requests come in two forms: [simple](#create-case-simple) and [full](#create-case-full).
1717
Simple requests allow you to send just the case information. Full requests allow you to attach files.
1818

19-
### Create Case - Simple
19+
### Create Case Simple
2020

2121
Send the case information directly as the HTTP entity-body.
2222

@@ -56,7 +56,7 @@ Send the case information directly as the HTTP entity-body.
5656
}
5757
```
5858

59-
### Create Case - Full
59+
### Create Case Full
6060

6161
Allows for optionally attaching files at the time of case creation.
6262
{{% alert title="Note" %}}

0 commit comments

Comments
 (0)