From 9e9378e8edf25c02804305390adeea06069ce2a2 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Fri, 24 Oct 2025 14:22:29 -0700 Subject: [PATCH] Add link to C API docs --- sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.js b/sidebars.js index e8e58fb..506b235 100644 --- a/sidebars.js +++ b/sidebars.js @@ -245,6 +245,11 @@ const sidebars = { id: 'c2pa-c/docs/supported-formats', label: 'Supported media formats', }, + { + type: 'link', + label: 'API documentation', + href: 'https://contentauth.github.io/c2pa-c/annotated.html', + }, { type: 'link', label: 'GitHub',