From d63763f41505a54e0a2da9ceae62430d0a0cfaf3 Mon Sep 17 00:00:00 2001 From: Felippe Costa Date: Thu, 12 Feb 2026 21:11:25 -0300 Subject: [PATCH 1/3] feat: add App Store download badge to docs --- docs/guides/using-the-app.md | 6 +++++ docusaurus.config.ts | 4 +++ static/img/app-store-badge.svg | 46 ++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 static/img/app-store-badge.svg diff --git a/docs/guides/using-the-app.md b/docs/guides/using-the-app.md index 715e65a..ed457cf 100644 --- a/docs/guides/using-the-app.md +++ b/docs/guides/using-the-app.md @@ -6,6 +6,12 @@ sidebar_position: 4 A step-by-step guide to capturing authenticated photos with the SignedShot iOS app. +:::tip Get the App +Download SignedShot from the App Store to get started. + +[![Download on the App Store](/img/app-store-badge.svg)](https://apps.apple.com/app/signedshot/idPLACEHOLDER) +::: + ## Overview The SignedShot app captures photos with cryptographic proof of authenticity. Each photo is signed by your device's hardware key and verified by the SignedShot API. The result is two files: the original photo and a sidecar proof that anyone can verify. diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 90be09d..2b93f73 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -134,6 +134,10 @@ const config: Config = { label: 'Demo', href: 'https://signedshot.io/demo', }, + { + label: 'Download App', + href: 'https://apps.apple.com/app/signedshot/idPLACEHOLDER', + }, { label: 'GitHub', href: 'https://github.com/SignedShot', diff --git a/static/img/app-store-badge.svg b/static/img/app-store-badge.svg new file mode 100644 index 0000000..072b425 --- /dev/null +++ b/static/img/app-store-badge.svg @@ -0,0 +1,46 @@ + + Download_on_the_App_Store_Badge_US-UK_RGB_blk_4SVG_092917 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From e4c7024369c8bfdb8cbcfd9c944248b85ba71ebf Mon Sep 17 00:00:00 2001 From: Felippe Costa <38480137+felippemsc@users.noreply.github.com> Date: Sat, 14 Feb 2026 08:33:12 -0300 Subject: [PATCH 2/3] Update App Store link in documentation --- docs/guides/using-the-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/using-the-app.md b/docs/guides/using-the-app.md index ed457cf..7c4edc4 100644 --- a/docs/guides/using-the-app.md +++ b/docs/guides/using-the-app.md @@ -9,7 +9,7 @@ A step-by-step guide to capturing authenticated photos with the SignedShot iOS a :::tip Get the App Download SignedShot from the App Store to get started. -[![Download on the App Store](/img/app-store-badge.svg)](https://apps.apple.com/app/signedshot/idPLACEHOLDER) +[![Download on the App Store](/img/app-store-badge.svg)](https://apps.apple.com/app/signedshot/id6759012195) ::: ## Overview From b890145ace1e3337febb63c6eaebf2eb13a1093a Mon Sep 17 00:00:00 2001 From: Felippe Costa <38480137+felippemsc@users.noreply.github.com> Date: Sat, 14 Feb 2026 08:33:34 -0300 Subject: [PATCH 3/3] Update App Store link for SignedShot --- docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 2b93f73..201f5cd 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -136,7 +136,7 @@ const config: Config = { }, { label: 'Download App', - href: 'https://apps.apple.com/app/signedshot/idPLACEHOLDER', + href: 'https://apps.apple.com/app/signedshot/id6759012195', }, { label: 'GitHub', @@ -160,4 +160,4 @@ const config: Config = { } satisfies Preset.ThemeConfig, }; -export default config; \ No newline at end of file +export default config;