Skip to content

Commit e870170

Browse files
authored
Merge pull request #326 from contentauth/new-python-docs
Add new docs from c2pa-python
2 parents 00b40e1 + 35989b3 commit e870170

1 file changed

Lines changed: 44 additions & 3 deletions

File tree

remote-docs.json

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,55 @@
179179
"order": 2
180180
}
181181
},
182+
183+
{
184+
"repo": "contentauth/c2pa-python",
185+
"path": "docs/class-diagram.md",
186+
"dest": "docs/c2pa-python/docs/class-diagram.md",
187+
"sidebar": {
188+
"category": "c2pa-python",
189+
"label": "Class diagram",
190+
"order": 3
191+
}
192+
},
193+
{
194+
"repo": "contentauth/c2pa-python",
195+
"path": "docs/context-settings.md",
196+
"dest": "docs/c2pa-python/docs/context-settings.md",
197+
"sidebar": {
198+
"category": "c2pa-python",
199+
"label": "Configuring SDK settings",
200+
"order": 4
201+
}
202+
},
203+
{
204+
"repo": "contentauth/c2pa-python",
205+
"path": "docs/working-stores.md",
206+
"dest": "docs/c2pa-python/docs/working-stores.md",
207+
"sidebar": {
208+
"category": "c2pa-python",
209+
"label": "Manifests, working stores, and archives",
210+
"order": 5
211+
}
212+
},
213+
{
214+
"repo": "contentauth/c2pa-python",
215+
"path": "docs/selective-manifests.md",
216+
"dest": "docs/c2pa-python/docs/selective-manifests.md",
217+
"sidebar": {
218+
"category": "c2pa-python",
219+
"label": "Selective manifest construction",
220+
"order": 6
221+
}
222+
},
182223
{
183224
"repo": "contentauth/c2pa-python",
184225
"path": "examples/README.md",
185226
"dest": "docs/c2pa-python/docs/examples.md",
186227
"sidebar": {
187228
"category": "c2pa-python",
188229
"label": "Python example code",
189-
"order": 3
230+
"order": 7
190231
}
191232
},
192233
{
@@ -196,7 +237,7 @@
196237
"sidebar": {
197238
"category": "c2pa-python",
198239
"label": "Release notes",
199-
"order": 4
240+
"order": 8
200241
}
201242
},
202243
{
@@ -206,7 +247,7 @@
206247
"sidebar": {
207248
"category": "c2pa-python",
208249
"label": "C2PA Python example",
209-
"order": 5
250+
"order": 9
210251
}
211252
},
212253

0 commit comments

Comments
 (0)