Skip to content

Commit 28d003c

Browse files
committed
Add TrustMark
1 parent e790aff commit 28d003c

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

docs/trustmark/.gitkeep

Whitespace-only changes.

scripts/fetch-readme.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,32 @@ const readmes = [
194194
repo: 'c2pa-org/softbinding-algorithm-list',
195195
path: 'softbinding-algorithm-list.json',
196196
},
197+
// TrustMark
198+
{
199+
dest: resolve(__dirname, '../docs/trustmark/readme.md'),
200+
repo: 'adobe/trustmark',
201+
path: 'README.md',
202+
},
203+
{
204+
dest: resolve(__dirname, '../docs/trustmark/config.md'),
205+
repo: 'adobe/trustmark',
206+
path: 'CONFIG.md',
207+
},
208+
{
209+
dest: resolve(__dirname, '../docs/trustmark/faq.md'),
210+
repo: 'adobe/trustmark',
211+
path: 'FAQ.md',
212+
},
213+
{
214+
dest: resolve(__dirname, '../docs/trustmark/python-readme.md'),
215+
repo: 'adobe/trustmark',
216+
path: 'python/README.md',
217+
},
218+
{
219+
dest: resolve(__dirname, '../docs/trustmark/js-readme.md'),
220+
repo: 'adobe/trustmark',
221+
path: 'js/README.md',
222+
},
197223
];
198224

199225
function resolveMarkdownLinks(linkBase, content) {

sidebars.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,34 @@ const sidebars = {
269269
label: 'Watermarking and fingerprinting',
270270
id: 'sb-algs',
271271
},
272+
{
273+
type: 'category',
274+
label: 'TrustMark',
275+
link: { type: 'doc', id: 'trustmark/readme' },
276+
collapsed: true,
277+
items: [
278+
{
279+
type: 'doc',
280+
id: 'trustmark/faq',
281+
label: 'FAQ',
282+
},
283+
{
284+
type: 'doc',
285+
id: 'trustmark/config',
286+
label: 'Configuration',
287+
},
288+
{
289+
type: 'doc',
290+
id: 'trustmark/js-readme',
291+
label: 'TrustMark JS',
292+
},
293+
{
294+
type: 'doc',
295+
id: 'trustmark/python-readme',
296+
label: 'FAQ',
297+
},
298+
],
299+
},
272300
],
273301
},
274302
{

0 commit comments

Comments
 (0)