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.
+7 -4
View File
@@ -222,9 +222,8 @@ const AppLayout: React.FC = () => {
)} )}
<a <a
href="https://docs.pezkuwichain.io" href="https://raw.githubusercontent.com/pezkuwichain/DKSweb/main/public/Whitepaper.pdf"
target="_blank" download="Pezkuwi_Whitepaper.pdf"
rel="noopener noreferrer"
className="text-gray-300 hover:text-white transition-colors text-sm" className="text-gray-300 hover:text-white transition-colors text-sm"
> >
Docs Docs
@@ -450,7 +449,11 @@ const AppLayout: React.FC = () => {
<h4 className="text-white font-semibold mb-4">{t('footer.about')}</h4> <h4 className="text-white font-semibold mb-4">{t('footer.about')}</h4>
<ul className="space-y-2"> <ul className="space-y-2">
<li> <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')} {t('nav.docs')}
<ExternalLink className="w-3 h-3 ml-1" /> <ExternalLink className="w-3 h-3 ml-1" />
</a> </a>