Skip to content

Commit 4601416

Browse files
authored
Merge pull request #235 from contentauth/add-js-api-doc
Add JS API doc to sidebar nav
2 parents b650aaf + 377e090 commit 4601416

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/js-sdk/sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ const sidebars = {
1212
label: 'C2PA web library',
1313
id: 'c2pa-js/readme',
1414
},
15+
{
16+
type: 'link',
17+
label: 'API documentation',
18+
href: 'https://contentauth.github.io/c2pa-js/',
19+
},
1520
{
1621
type: 'link',
1722
label: 'GitHub',

0 commit comments

Comments
 (0)