Skip to content

Commit

Permalink
chore(docs): Remove papers (#2029)
Browse files Browse the repository at this point in the history
* Remove papers

* Missed some
  • Loading branch information
Dr-Electron authored Aug 28, 2024
1 parent d8e7eba commit 77bab18
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions apps/explorer/src/lib/constants/footer.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import { SocialDiscord24, SocialLinkedin24, SocialTwitter24 } from '@iota/icons'

export const FOOTER_LINKS = [
{ title: 'Blog', href: 'https://mystenlabs.com/blog' },
{
title: 'Whitepaper',
href: 'https://github.com/iotaledger/iota/blob/main/doc/paper/iota.pdf',
},
{
title: 'Docs',
href: 'https://docs.mystenlabs.com',
Expand Down
Binary file removed doc/paper/iota-lutris.pdf
Binary file not shown.
Binary file removed doc/paper/iota.pdf
Binary file not shown.
Binary file removed doc/paper/tokenomics.pdf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use Move to define, create, and manage programmable IOTA objects represe
## Move on IOTA


Move on IOTA contains some important differences from Move on other blockchains. IOTA takes advantage of Move's security and flexibility and enhances it with the features described in the following sections to vastly improve throughput, reduce delays in finality, and make Move programming more approachable. For full details, see the [IOTA Smart Contracts Platform](/doc/iota.pdf) white paper.
Move on IOTA contains some important differences from Move on other blockchains. IOTA takes advantage of Move's security and flexibility and enhances it with the features described in the following sections to vastly improve throughput, reduce delays in finality, and make Move programming more approachable.


:::tip
Expand Down
2 changes: 0 additions & 2 deletions docs/content/references/research-papers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sidebar_label: Research Papers
---

This document contains a list of research papers that are relevant to IOTA.
Some of the ideas of these papers are currently being integrated into IOTA, others are in our roadmap, and others are not in our roadmap
but could be integrated in the future. Start with the [Sui Smart Contract Platform](/doc/iota.pdf) white paper and previous works below.

## FastPay: High-Performance Byzantine Fault Tolerant Settlement {#fastpay}

Expand Down
Binary file removed docs/site/src/static/doc/iota-lutris.pdf
Binary file not shown.
Binary file removed docs/site/src/static/doc/iota.pdf
Binary file not shown.
Binary file removed docs/site/src/static/doc/tokenomics.pdf
Binary file not shown.
Binary file removed docs/site/static/doc/iota.pdf
Binary file not shown.
Binary file removed docs/site/static/paper/iota-lutris.pdf
Binary file not shown.
Binary file removed docs/site/static/paper/iota.pdf
Binary file not shown.

0 comments on commit 77bab18

Please sign in to comment.