refactor: make this a valid nuget package for Powershell gallery
feat: add build environment scripts
This commit is contained in:
parent
69c2684ee7
commit
46b1b7c83f
38 changed files with 200 additions and 42 deletions
33
samples/default/data/manifest.json
Executable file
33
samples/default/data/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