Skip to content

Commit

Permalink
chore: upload pdf files
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy committed Feb 14, 2024
1 parent 1749405 commit fb03afe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Binary file added public/files/doomslug.pdf
Binary file not shown.
Binary file added public/files/nightshade.pdf
Binary file not shown.
Binary file added public/files/white-paper-near-protocol.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions src/pages/papers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ const PapersPage: NextPageWithLayout = () => {
title: 'NEAR | Papers',
description: 'Join us as we dive deep into our technology.',
}}
componentProps={{
docs: {
doomslug: '/files/doomslug.pdf',
nightshade: '/files/nightshade.pdf',
whitePaperNearProtocol: '/files/white-paper-near-protocol.pdf',
},
}}
/>
);
};
Expand Down

0 comments on commit fb03afe

Please sign in to comment.