Skip to content

Commit

Permalink
Merge pull request #587 from o1-labs/use-experimental-callout
Browse files Browse the repository at this point in the history
fix: update docs to use experimental callout
  • Loading branch information
barriebyron authored Sep 8, 2023
2 parents 74d6655 + ab64614 commit 4284f2d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
11 changes: 3 additions & 8 deletions docs/exchange-operators/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ You can view the fees for pending transactions and adjust your fees accordingly:

:::tip

<p>
While Mina and its SDKs do support the memo field when sending a transaction, the recommended best practice is <u>do NOT require a memo for deposits</u> to
prevent this issue for your exchange.
</p>
While Mina and its SDKs do support the memo field when sending a transaction, the recommended best practice is <u>do NOT require a memo for deposits</u>.

:::

To associate the deposit with the user's account, some exchanges require their users to include a unique memo field when sending MINA deposits to the exchange's address.
Expand Down Expand Up @@ -106,10 +104,7 @@ fi

:::tip

<p>
Be sure your Mina daemon is monitored by something such as systemd, so it can
auto-restart.
</p>
Be sure your Mina daemon is monitored by something such as systemd, so it can auto-restart.

:::

Expand Down
8 changes: 7 additions & 1 deletion docs/zkapps/experimental.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ keywords:

# Experimental features

Some new features are considered experimental before they are production-ready. Experimental features are clearly marked and link to this page.
Some new features are considered experimental before they are production-ready.

:::experimental

Experimental features are clearly marked and link to this page.

:::

Exposing experimental features gives you an opportunity to try our newest features sooner.

Expand Down
6 changes: 5 additions & 1 deletion docs/zkapps/o1js/recursion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ zkApp programmability is not yet available on the Mina Mainnet. You can get star

:::

[Experimental](/zkapps/experimental). This API may change.
:::experimental

The use of the ZkProgram API with recursion is experimental. This API may change. To learn more, see [Experimental Features](/zkapps/experimental).

:::

Specifically, ZkProgram methods could be refactored to explicitly return values rather than requiring them to be passed as further inputs.

Expand Down
1 change: 0 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ module.exports = {
},
'zkapps/roadmap',
'zkapps/faq',
'zkapps/experimental',
'zkapps/zkapps-for-ethereum-developers',
],
},
Expand Down

1 comment on commit 4284f2d

@vercel
Copy link

@vercel vercel bot commented on 4284f2d Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs2 – ./

docs2-minadocs.vercel.app
docs2-git-main-minadocs.vercel.app
docs.minaprotocol.com

Please sign in to comment.