Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwood committed Nov 14, 2021
1 parent a56c806 commit 094f6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions confluence-config.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[
{
"filePath": "/home/kerwood/Git/howto-headlamp/markdown-1.md",
"filePath": "./path/to/markdown-1.md",
"title": "Markdown 1",
"pageId": "353468432",
"contentType": "page",
"labels": ["ci/cd"]
},
{
"filePath": "/home/kerwood/Git/howto-headlamp/markdown-2.md",
"filePath": "./path/to/markdown-2.md",
"title": "Markdown 2",
"pageId": "353435649",
"contentType": "page",
"labels": ["ci/cd"]
},
{
"filePath": "/home/kerwood/Git/howto-headlamp/markdown-3.md",
"filePath": "./path/to/markdown-3.md",
"title": "Markdown 3",
"pageId": "353435659",
"contentType": "page",
Expand Down

0 comments on commit 094f6a4

Please sign in to comment.