Skip to content
Merged
12 changes: 6 additions & 6 deletions docs/get-started/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ The Arbitrum suite includes the protocols, chains, services, and SDKs that power

## How it works

| Resource | Description |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [Inside Nitro](/how-arbitrum-works/01-inside-arbitrum-nitro.mdx) | A technical deep dive into Nitro's architecture. |
| [Inside AnyTrust](/how-arbitrum-works/deep-dives/anytrust-protocol.mdx) | A technical deep dive into the AnyTrust protocol. |
| [Arbitrum whitepaper](https://github.com/OffchainLabs/nitro/blob/master/docs/Nitro-whitepaper.pdf) | The original whitepaper that introduced Nitro. |
| [DAO docs](https://docs.arbitrum.foundation/gentle-intro-dao-governance) | Docs that support members of the Arbitrum DAO. |
| Resource | Description |
| ------------------------------------------------------------------------ | ------------------------------------------------- |
| [Inside Nitro](/how-arbitrum-works/01-inside-arbitrum-nitro.mdx) | A technical deep dive into Nitro's architecture. |
| [Inside AnyTrust](/how-arbitrum-works/deep-dives/anytrust-protocol.mdx) | A technical deep dive into the AnyTrust protocol. |
| <a href="/nitro-whitepaper.pdf">Arbitrum whitepaper</a> | The original whitepaper that introduced Nitro. |
| [DAO docs](https://docs.arbitrum.foundation/gentle-intro-dao-governance) | Docs that support members of the Arbitrum DAO. |
2 changes: 1 addition & 1 deletion docs/stylus/concepts/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Nitro operates in two modes: a "happy case" where it compiles execution history

Stylus is made possible by Nitro’s ability to replay and verify disputes using WASM. Validators bisect disputes until an invalid step is identified and proven onchain through a [“one-step proof.”](/how-arbitrum-works/01-inside-arbitrum-nitro.mdx#step-5-ensuring-correctness-validation-and-dispute-resolution). This deterministic fraud-proving capability ensures the correctness of any arbitrary program compiled to WASM. The combination of WASM's and Nitro's properties enables this technological leap we call Stylus.

For more details on Nitro’s architecture, refer to the [documentation](/how-arbitrum-works/01-inside-arbitrum-nitro.mdx) or the [Nitro whitepaper](https://github.com/OffchainLabs/nitro/blob/master/docs/Nitro-whitepaper.pdf).
For more details on Nitro’s architecture, refer to the [documentation](/how-arbitrum-works/01-inside-arbitrum-nitro.mdx) or the <a href="/nitro-whitepaper.pdf">Arbitrum whitepaper</a>.

## Why does this matter?

Expand Down
5 changes: 2 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
exclude: ['**/api/**'],
exclude: ['**/api/**', '**/*.pdf'],
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
sidebarPath: require.resolve('./sidebars.js'),
Expand Down Expand Up @@ -310,8 +310,7 @@ const config = {
to: 'https://arbitrum.foundation/',
},
{
label: 'Nitro whitepaper',
to: 'https://github.com/OffchainLabs/nitro/blob/master/docs/Nitro-whitepaper.pdf',
html: '<a href="/nitro-whitepaper.pdf">Arbitrum whitepaper</a>',
},
],
},
Expand Down
6 changes: 3 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -807,9 +807,9 @@ const sidebars = {
label: 'Inside Arbitrum Nitro',
},
{
type: 'link',
href: 'https://github.com/OffchainLabs/nitro/blob/master/docs/Nitro-whitepaper.pdf',
label: 'Nitro whitepaper',
type: 'html',
value:
'<a class="menu__link menu__list-item" href="/nitro-whitepaper.pdf">Nitro whitepaper<span class="other-section-icon">↑</span></a>',
},
{
type: 'category',
Expand Down
File renamed without changes.