Skip to content

Commit f6c8873

Browse files
committed
Revise overview and sidebar entries
1 parent 2bb61b6 commit f6c8873

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/trustmark-oveview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ title: TrustMark watermarking
44
---
55

66
TrustMark is an open-source universal watermarking system for images that:
7+
78
- Can encode, decode, and remove watermarks from images.
89
- Works with arbitrary resolution images.
910
- Has implementations in both Python (using PyTorch) and JavaScript (using ONNX).
1011

12+
:::info
13+
For full technical details and help getting started with TrustMark, see [TrustMark - Quick start](trustmark/readme.md#quick-start).
14+
:::
15+
1116
## Variants
1217

1318
TrustMark has three primary model variants, each with different characteristics.

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ const sidebars = {
293293
{
294294
type: 'doc',
295295
id: 'trustmark/js-readme',
296-
label: 'JavaScript implementation',
296+
label: 'JavaScript example',
297297
},
298298
],
299299
},

0 commit comments

Comments
 (0)