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 2727/docs /** /readme.md
2828/static /sb-alg-list.json
2929/docs /trustmark /* .md
30+ /docs /trustmark /c2pa /* .md
31+ /docs /trustmark /js /* .md
32+ /docs /trustmark /python /* .md
3033
3134# Misc
3235.DS_Store
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ hide_table_of_contents: true
4747 - [ Is TrustMark compatible with blockchain technology?] ( #is-trustmark-compatible-with-blockchain-technology )
4848 - [ Can TrustMark be used for NFT provenance?] ( #can-trustmark-be-used-for-nft-provenance )
4949
50- import Faq from ' ./trustmark/faq .md' ;
50+ import Faq from ' ./trustmark/FAQ .md' ;
5151
5252<Faq name = " faq" />
Original file line number Diff line number Diff line change @@ -196,27 +196,27 @@ const readmes = [
196196 } ,
197197 // TrustMark
198198 {
199- dest : resolve ( __dirname , '../docs/trustmark/readme .md' ) ,
199+ dest : resolve ( __dirname , '../docs/trustmark/README .md' ) ,
200200 repo : 'adobe/trustmark' ,
201201 path : 'README.md' ,
202202 } ,
203203 {
204- dest : resolve ( __dirname , '../docs/trustmark/config .md' ) ,
204+ dest : resolve ( __dirname , '../docs/trustmark/python/CONFIG .md' ) ,
205205 repo : 'adobe/trustmark' ,
206- path : 'CONFIG.md' ,
206+ path : 'python/ CONFIG.md' ,
207207 } ,
208208 {
209- dest : resolve ( __dirname , '../docs/trustmark/faq .md' ) ,
209+ dest : resolve ( __dirname , '../docs/trustmark/FAQ .md' ) ,
210210 repo : 'adobe/trustmark' ,
211211 path : 'FAQ.md' ,
212212 } ,
213213 {
214- dest : resolve ( __dirname , '../docs/trustmark/python-readme .md' ) ,
214+ dest : resolve ( __dirname , '../docs/trustmark/c2pa/README .md' ) ,
215215 repo : 'adobe/trustmark' ,
216- path : 'python /README.md' ,
216+ path : 'c2pa /README.md' ,
217217 } ,
218218 {
219- dest : resolve ( __dirname , '../docs/trustmark/js-readme .md' ) ,
219+ dest : resolve ( __dirname , '../docs/trustmark/js/README .md' ) ,
220220 repo : 'adobe/trustmark' ,
221221 path : 'js/README.md' ,
222222 } ,
Original file line number Diff line number Diff line change @@ -277,22 +277,27 @@ const sidebars = {
277277 items : [
278278 {
279279 type : 'doc' ,
280- id : 'trustmark/readme ' ,
280+ id : 'trustmark/README ' ,
281281 label : 'Overview' ,
282282 } ,
283283 {
284284 type : 'doc' ,
285- id : 'trustmark/config ' ,
285+ id : 'trustmark/python/CONFIG ' ,
286286 label : 'Configuration' ,
287287 } ,
288+ {
289+ type : 'doc' ,
290+ id : 'trustmark/c2pa/README' ,
291+ label : 'Using with C2PA' ,
292+ } ,
288293 {
289294 type : 'doc' ,
290295 id : 'tm-faq' ,
291296 label : 'FAQ' ,
292297 } ,
293298 {
294299 type : 'doc' ,
295- id : 'trustmark/js-readme ' ,
300+ id : 'trustmark/js/README ' ,
296301 label : 'JavaScript example' ,
297302 } ,
298303 {
You can’t perform that action at this time.
0 commit comments