diff --git a/samples/default/.gitignore b/samples/default/.gitignore new file mode 100644 index 0000000..201d952 --- /dev/null +++ b/samples/default/.gitignore @@ -0,0 +1,2 @@ +/data/manifest.json +/data/manifest.json.bck diff --git a/samples/default/data/manifest.json.bck b/samples/default/data/manifest.json.bck deleted file mode 100755 index 69f2a04..0000000 --- a/samples/default/data/manifest.json.bck +++ /dev/null @@ -1,53 +0,0 @@ -{ - "Pages": [ - { - "Title": "Default Sample~", - "_Ref": "pages/Default+Sample~.xml", - "Ref": "pages/Default+Sample~.xml", - "Id": "789703435", - "Version": 2, - "Hash": "4E4884BA3DEB5FE39C86E41507F3335C37A6D12895236D673BFA1C101ADAF6FF" - }, - { - "Title": "Cats", - "AncestorTitle": "Default Sample~", - "_Ref": "pages/Cats.xml", - "Ref": "pages/Cats.xml", - "Id": "789703436", - "Version": 2, - "Hash": "7AC678181A472E7F1B962566E9F9CACA1B5C35C055775692970A101B3C70985A" - } - ], - "Attachments": [ - { - "Name": "pexels-just-a-couple-photos-3777622.jpg", - "ContainerPageTitle": "Cats", - "MimeType": "image/jpeg", - "_Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg", - "Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg", - "Id": "789703437", - "Version": 2, - "Hash": "FF90EF756F8C28433CF74AA039ABC0681FAE17D7A925498F00ACB9774AC8FF31" - }, - { - "Name": "pexels-sami-aksu-14356302.jpg", - "ContainerPageTitle": "Cats", - "MimeType": "image/jpeg", - "_Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg", - "Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg", - "Id": "789703438", - "Version": 2, - "Hash": "4A0DF56CAC53F413371CDB7FA1A8F66455B0060D0B5F9D41B2468DE08D11C7EF" - }, - { - "Name": "objects.inv", - "ContainerPageTitle": "Default Sample~", - "MimeType": "application/octet-stream", - "_Ref": "attachments/Default+Sample~/objects.inv", - "Ref": "attachments/Default+Sample~/objects.inv", - "Id": "789703439", - "Version": 2, - "Hash": "859FE623C6E8E8D9F87EC680EACB24A3AB6C29622812ABA43DB8AFE43D58E749" - } - ] -} diff --git a/samples/default/run.ps1 b/samples/default/run.ps1 index 0dcec84..6d58cdf 100755 --- a/samples/default/run.ps1 +++ b/samples/default/run.ps1 @@ -28,7 +28,7 @@ Param( $ErrorActionPreference = "Stop" $DebugPreference = 'Continue' -Import-Module "$PSScriptRoot/../../src/PSConfluencePublisher.psd1" +Import-Module "$PSScriptRoot/../../src/victorykit.PSConfluencePublisher.psd1" Write-Host "initializing manifest..."