Skip to content

Commit 7cb439b

Browse files
authored
Merge pull request #201 from contentauth/trustmark-updates
Trustmark updates
2 parents 956ab14 + e93a3e1 commit 7cb439b

File tree

7 files changed

+19
-11
lines changed

7 files changed

+19
-11
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
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

docs/trustmark-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />

docs/trustmark/c2pa/.gitkeep

Whitespace-only changes.

docs/trustmark/js/.gitkeep

Whitespace-only changes.

docs/trustmark/python/.gitkeep

Whitespace-only changes.

scripts/fetch-readme.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
},

sidebars.js

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)