refactor: adapt to nuspec requirement for gallery publishing
This commit is contained in:
parent
2019f8c959
commit
69c2684ee7
29 changed files with 84 additions and 20 deletions
33
samples/default/confluence.out/manifest.json
Executable file
33
samples/default/confluence.out/manifest.json
Executable file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"Pages": [
|
||||
{
|
||||
"Title": "Default Sample~",
|
||||
"Ref": "pages/Default+Sample~.xml"
|
||||
},
|
||||
{
|
||||
"Title": "Cats",
|
||||
"Ref": "pages/Cats.xml",
|
||||
"AncestorTitle": "Default Sample~"
|
||||
}
|
||||
],
|
||||
"Attachments": [
|
||||
{
|
||||
"Name": "pexels-just-a-couple-photos-3777622.jpg",
|
||||
"ContainerPageTitle": "Cats",
|
||||
"MimeType": "image/jpeg",
|
||||
"Ref": "attachments/pexels-just-a-couple-photos-3777622.jpg"
|
||||
},
|
||||
{
|
||||
"Name": "pexels-sami-aksu-14356302.jpg",
|
||||
"ContainerPageTitle": "Cats",
|
||||
"MimeType": "image/jpeg",
|
||||
"Ref": "attachments/pexels-sami-aksu-14356302.jpg"
|
||||
},
|
||||
{
|
||||
"Name": "objects.inv",
|
||||
"ContainerPageTitle": "Default Sample~",
|
||||
"MimeType": "application/octet-stream",
|
||||
"Ref": "attachments/objects.inv"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue