feat: Add whitepaper PDF download to Docs links

Added Pezkuwi whitepaper PDF to repository and updated navigation:
- Added public/Whitepaper.pdf (738KB)
- Updated Docs links to download whitepaper from GitHub
- Both header and footer navigation now link to GitHub raw PDF
- Users can download whitepaper by clicking Docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-01 10:16:20 +03:00
parent 1b271e7571
commit ae8b6ca17a
2 changed files with 8 additions and 5 deletions
Binary file not shown.
+8 -5
View File
@@ -221,10 +221,9 @@ const AppLayout: React.FC = () => {
</button>
)}
<a
href="https://docs.pezkuwichain.io"
target="_blank"
rel="noopener noreferrer"
<a
href="https://raw.githubusercontent.com/pezkuwichain/DKSweb/main/public/Whitepaper.pdf"
download="Pezkuwi_Whitepaper.pdf"
className="text-gray-300 hover:text-white transition-colors text-sm"
>
Docs
@@ -450,7 +449,11 @@ const AppLayout: React.FC = () => {
<h4 className="text-white font-semibold mb-4">{t('footer.about')}</h4>
<ul className="space-y-2">
<li>
<a href="#" className="text-gray-400 hover:text-white text-sm flex items-center">
<a
href="https://raw.githubusercontent.com/pezkuwichain/DKSweb/main/public/Whitepaper.pdf"
download="Pezkuwi_Whitepaper.pdf"
className="text-gray-400 hover:text-white text-sm flex items-center"
>
{t('nav.docs')}
<ExternalLink className="w-3 h-3 ml-1" />
</a>