Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Md mdx conversion batch 36 #1491

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arbitrum-docs/audit-reports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
| **Trail of Bits** | 07/26/2024 | Arbos 31 | [view](hosted-audit-reports/2024-04-offchain-arbos-31-securityreview.pdf) |
| **Trail of Bits** | 07/24/2024 | l1-l3-teleporter | [view](hosted-audit-reports/2024-04-offchain-l1-l3-teleporter-securityreview.pdf) |
| **Trail of Bits** | 08/01/2024 | Custom fee token | [view](hosted-audit-reports/2024_08_01_trail_of_bits_security_audit_custom_fee_token.pdf) |

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Offchain Labs builds products in a way that aligns loosely with the spirit of "b

To do this, some of our product offerings are documented with **public preview** disclaimers that look like this:

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
4 changes: 1 addition & 3 deletions arbitrum-docs/stylus/concepts/stylus-cache-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ This initialization process, if repeated frequently, may lead to inefficiencies.

**Note that Stylus smart contracts will need to be re-activated once per year (365 days) or whenever a upgrade to Stylus (which will always involve an ArbOS upgrade), even if they are in the cache. This re-activation can be done using [`cargo-stylus`](https://github.com/OffchainLabs/cargo-stylus), a cargo subcommand for building, verifying, and deploying Arbitrum Stylus WASM contracts in Rust.**



import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/concepts/stylus-gas.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 3

**Gas and ink** are the pricing primitives that are used to determine the cost of handling specific opcodes and host I/Os on Stylus. For an overview of specific opcode and host I/O costs, see [Opcode and host I/O pricing](/stylus/reference/opcode-hostio-pricing).

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content_type: how-to
sidebar_position: 1
---

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/how-tos/debugging-stylus-tx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content_type: how-to
sidebar_position: 2
---

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/how-tos/optimizing-binaries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content_type: how-to
sidebar_position: 1
---

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/reference/opcode-hostio-pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 3

This reference provides the latest gas and ink costs for specific WASM opcodes and host I/Os when using Stylus. For a conceptual introduction to Stylus gas and ink, see [Gas and ink (Stylus)](/stylus/concepts/stylus-gas).

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/reference/rust-sdk-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 1
target_audience: Developers using the Stylus Rust SDK to write and deploy smart contracts.
---

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/reference/stylus-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target_audience: Developers writing and deploying Stylus programs
sidebar_position: 2
---

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/reference/testnet-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target_audience: Developers building on the Stylus testnet
sidebar_position: 9
---

import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from '../partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/stylus-gentle-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 1

# A gentle introduction: Stylus

import PublicPreviewBannerPartial from './partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from './partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/stylus-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 2
target_audience: Developers writing Stylus contracts in Rust using Stylus
---

import PublicPreviewBannerPartial from './partials/_stylus-public-preview-banner-partial.md';
import PublicPreviewBannerPartial from './partials/_stylus-public-preview-banner-partial.mdx';

<PublicPreviewBannerPartial />

Expand Down