File tree Expand file tree Collapse file tree 7 files changed +19
-11
lines changed Expand file tree Collapse file tree 7 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 27
27
/docs /** /readme.md
28
28
/static /sb-alg-list.json
29
29
/docs /trustmark /* .md
30
+ /docs /trustmark /c2pa /* .md
31
+ /docs /trustmark /js /* .md
32
+ /docs /trustmark /python /* .md
30
33
31
34
# Misc
32
35
.DS_Store
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ hide_table_of_contents: true
47
47
- [ Is TrustMark compatible with blockchain technology?] ( #is-trustmark-compatible-with-blockchain-technology )
48
48
- [ Can TrustMark be used for NFT provenance?] ( #can-trustmark-be-used-for-nft-provenance )
49
49
50
- import Faq from ' ./trustmark/faq .md' ;
50
+ import Faq from ' ./trustmark/FAQ .md' ;
51
51
52
52
<Faq name = " faq" />
Original file line number Diff line number Diff line change @@ -196,27 +196,27 @@ const readmes = [
196
196
} ,
197
197
// TrustMark
198
198
{
199
- dest : resolve ( __dirname , '../docs/trustmark/readme .md' ) ,
199
+ dest : resolve ( __dirname , '../docs/trustmark/README .md' ) ,
200
200
repo : 'adobe/trustmark' ,
201
201
path : 'README.md' ,
202
202
} ,
203
203
{
204
- dest : resolve ( __dirname , '../docs/trustmark/config .md' ) ,
204
+ dest : resolve ( __dirname , '../docs/trustmark/python/CONFIG .md' ) ,
205
205
repo : 'adobe/trustmark' ,
206
- path : 'CONFIG.md' ,
206
+ path : 'python/ CONFIG.md' ,
207
207
} ,
208
208
{
209
- dest : resolve ( __dirname , '../docs/trustmark/faq .md' ) ,
209
+ dest : resolve ( __dirname , '../docs/trustmark/FAQ .md' ) ,
210
210
repo : 'adobe/trustmark' ,
211
211
path : 'FAQ.md' ,
212
212
} ,
213
213
{
214
- dest : resolve ( __dirname , '../docs/trustmark/python-readme .md' ) ,
214
+ dest : resolve ( __dirname , '../docs/trustmark/c2pa/README .md' ) ,
215
215
repo : 'adobe/trustmark' ,
216
- path : 'python /README.md' ,
216
+ path : 'c2pa /README.md' ,
217
217
} ,
218
218
{
219
- dest : resolve ( __dirname , '../docs/trustmark/js-readme .md' ) ,
219
+ dest : resolve ( __dirname , '../docs/trustmark/js/README .md' ) ,
220
220
repo : 'adobe/trustmark' ,
221
221
path : 'js/README.md' ,
222
222
} ,
Original file line number Diff line number Diff line change @@ -277,22 +277,27 @@ const sidebars = {
277
277
items : [
278
278
{
279
279
type : 'doc' ,
280
- id : 'trustmark/readme ' ,
280
+ id : 'trustmark/README ' ,
281
281
label : 'Overview' ,
282
282
} ,
283
283
{
284
284
type : 'doc' ,
285
- id : 'trustmark/config ' ,
285
+ id : 'trustmark/python/CONFIG ' ,
286
286
label : 'Configuration' ,
287
287
} ,
288
+ {
289
+ type : 'doc' ,
290
+ id : 'trustmark/c2pa/README' ,
291
+ label : 'Using with C2PA' ,
292
+ } ,
288
293
{
289
294
type : 'doc' ,
290
295
id : 'tm-faq' ,
291
296
label : 'FAQ' ,
292
297
} ,
293
298
{
294
299
type : 'doc' ,
295
- id : 'trustmark/js-readme ' ,
300
+ id : 'trustmark/js/README ' ,
296
301
label : 'JavaScript example' ,
297
302
} ,
298
303
{
You can’t perform that action at this time.
0 commit comments