mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-30 15:07:54 +00:00
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:
Binary file not shown.
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user