From 66794a1dcb0488abc11e16a21a6eccb1ee192ff7 Mon Sep 17 00:00:00 2001 From: Uri Tauber Date: Tue, 21 Jul 2026 12:39:01 +0300 Subject: [PATCH] add dictionary to docs page --- src/pages/DocsPage.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/DocsPage.jsx b/src/pages/DocsPage.jsx index 61d73f3..714c8c5 100644 --- a/src/pages/DocsPage.jsx +++ b/src/pages/DocsPage.jsx @@ -50,6 +50,7 @@ const FILES = [ { name: 'webserver-endpoints.md', label: 'Webserver API Endpoints', download_url: `${RAW_BASE}/docs/webserver-endpoints.md` }, { name: 'troubleshooting.md', label: 'Troubleshooting Guide', download_url: `${RAW_BASE}/docs/troubleshooting.md` }, { name: 'sd-card-fonts.md', label: 'SD Card Fonts', download_url: `${RAW_BASE}/docs/sd-card-fonts.md` }, + { name: 'dictionary.md', label: 'Dictionary', download_url: `${RAW_BASE}/docs/dictionary.md` }, { name: 'focus-reading.md', label: 'Focus Reading Metrics', download_url: `${RAW_BASE}/docs/focus-reading.md` }, ]