Skip to content

Commit

Permalink
Formatting new files
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev committed Aug 1, 2023
1 parent 507de83 commit a2bf3b0
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 146 deletions.
22 changes: 15 additions & 7 deletions arbitrum-docs/bridge-tokens/concepts/usdc-concept.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: 'USDC on Arbitrum One: A conceptual overview'
sidebar_label: "USDC on Arbitrum One"
description: "Learn about the two different types of USDC supported by Arbitrum One: Arbitrum-Native USDC and Bridged (from Ethereum) USDC"
sidebar_label: 'USDC on Arbitrum One'
description: 'Learn about the two different types of USDC supported by Arbitrum One: Arbitrum-Native USDC and Bridged (from Ethereum) USDC'
author: amarrazza
target_audience: End-users who are not familiar with the different types of USDC
sidebar_position: 4
---

Arbitrum One supports two different types of USDC:

1. **Arbitrum-native USDC (USDC)**: USDC tokens native to the Arbitrum One chain.
2. **Bridged USDC (USDC.e)**: Ethereum-native USDC tokens that have been bridged to Arbitrum One.
1. **Arbitrum-native USDC (USDC)**: USDC tokens native to the Arbitrum One chain.
2. **Bridged USDC (USDC.e)**: Ethereum-native USDC tokens that have been bridged to Arbitrum One.

This concept doc describes the differences between these two types of USDC, along with relevant historical context.

Expand All @@ -20,7 +20,7 @@ import PublicPreviewBannerPartial from '../../partials/_public-preview-banner-pa

### Differences

<table className='small-table'>
<table className="small-table">
<tr>
<th></th>
<th>Arbitrum-native USDC</th>
Expand All @@ -38,8 +38,16 @@ import PublicPreviewBannerPartial from '../../partials/_public-preview-banner-pa
</tr>
<tr>
<td>Token Address</td>
<td><a href="https://arbiscan.io/token/0xaf88d065e77c8cC2239327C5EDb3A432268e5831">0xaf88d065e77c8cC2239327C5EDb3A432268e5831</a></td>
<td><a href="https://arbiscan.io/token/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8">0xff970a61a04b1ca14834a43f5de4533ebddb5cc8</a></td>
<td>
<a href="https://arbiscan.io/token/0xaf88d065e77c8cC2239327C5EDb3A432268e5831">
0xaf88d065e77c8cC2239327C5EDb3A432268e5831
</a>
</td>
<td>
<a href="https://arbiscan.io/token/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8">
0xff970a61a04b1ca14834a43f5de4533ebddb5cc8
</a>
</td>
</tr>
<tr>
<td>Benefits</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Upon withdrawing, the Ether balance is burnt on the Arbitrum side, and will late

The following diagram depicts the process that funds follow during a withdraw operation.

<WithdrawEthDiagram />
<WithdrawEthDiagram />
4 changes: 2 additions & 2 deletions arbitrum-docs/for-devs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: 'Contribute docs'
description: "Learn how to contribute to Arbitrum's documentation"
---

import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';
import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';

<ContributeDocsPartial />
<ContributeDocsPartial />
4 changes: 2 additions & 2 deletions arbitrum-docs/for-users/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: 'Contribute docs'
description: "Learn how to contribute to Arbitrum's documentation"
---

import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';
import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';

<ContributeDocsPartial />
<ContributeDocsPartial />
4 changes: 2 additions & 2 deletions arbitrum-docs/launch-orbit-chain/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: 'Contribute docs'
description: "Learn how to contribute to Arbitrum's documentation"
---

import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';
import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';

<ContributeDocsPartial />
<ContributeDocsPartial />
4 changes: 2 additions & 2 deletions arbitrum-docs/learn-more/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: 'Contribute docs'
description: "Learn how to contribute to Arbitrum's documentation"
---

import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';
import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';

<ContributeDocsPartial />
<ContributeDocsPartial />
4 changes: 2 additions & 2 deletions arbitrum-docs/node-running/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: 'Contribute docs'
description: "Learn how to contribute to Arbitrum's documentation"
---

import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';
import ContributeDocsPartial from '../partials/_contribute-docs-partial.md';

<ContributeDocsPartial />
<ContributeDocsPartial />
126 changes: 56 additions & 70 deletions arbitrum-docs/partials/_contribute-docs-partial.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,27 @@ import { MultiDimensionalContentWidget } from '@site/src/components/MultiDimensi
<TabItem value="win"></TabItem>
</Tabs>

<Tabs
className='tabgroup-with-label network-tabgroup'
groupId='network'
defaultValue='arb-one-nitro'
values={[
{ label: 'Network:', value: 'label' },
{ label: 'Arbitrum One (Nitro)', value: 'arb-one-nitro' },
{ label: 'Arbitrum One (Classic)', value: 'arb-one-classic' },
{ label: 'Arbitrum Nova', value: 'arb-nova' },
{ label: 'Arbitrum Goerli', value: 'arb-goerli' },
{ label: 'Localhost', value: 'localhost' },
]}
>
<TabItem className='unclickable-element' value='label'></TabItem>
<TabItem value='arb-one-nitro'></TabItem>
<TabItem value='arb-one-classic'></TabItem>
<TabItem value='arb-nova'></TabItem>
<TabItem value='arb-goerli'></TabItem>
<TabItem value='localhost'></TabItem>
</Tabs>
{' '}

This comment has been minimized.

Copy link
@symbolpunk

symbolpunk Aug 28, 2023

Contributor

Fixed via #491

<Tabs
className="tabgroup-with-label network-tabgroup"
groupId="network"
defaultValue="arb-one-nitro"
values={[
{ label: 'Network:', value: 'label' },
{ label: 'Arbitrum One (Nitro)', value: 'arb-one-nitro' },
{ label: 'Arbitrum One (Classic)', value: 'arb-one-classic' },
{ label: 'Arbitrum Nova', value: 'arb-nova' },
{ label: 'Arbitrum Goerli', value: 'arb-goerli' },
{ label: 'Localhost', value: 'localhost' },
]}
>
<TabItem className="unclickable-element" value="label"></TabItem>
<TabItem value="arb-one-nitro"></TabItem>
<TabItem value="arb-one-classic"></TabItem>
<TabItem value="arb-nova"></TabItem>
<TabItem value="arb-goerli"></TabItem>
<TabItem value="localhost"></TabItem>
</Tabs>
<Tabs className="tabgroup-with-label node-type-tabgroup" groupId="node-type" defaultValue="full-node" values={[
{label: 'Node type:', value: 'label'},
Expand Down
7 changes: 6 additions & 1 deletion website/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Generated files from notion tables
../arbitrum-docs/partials/*-partial*
../arbitrum-docs/partials/_glossary-partial.md
../arbitrum-docs/partials/_troubleshooting-bridging-partial.md
../arbitrum-docs/partials/_troubleshooting-building-partial.md
../arbitrum-docs/partials/_troubleshooting-nodes-partial.md
../arbitrum-docs/partials/_troubleshooting-users-partial.md
../arbitrum-docs/CODEOWNERS.md
74 changes: 37 additions & 37 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ const sidebars = {
id: 'migration/state-migration',
},
{
type: "category",
label: "Bridge tokens",
type: 'category',
label: 'Bridge tokens',
collapsed: true,
items: [
{
Expand All @@ -68,9 +68,9 @@ const sidebars = {
id: 'devs-how-tos/bridge-tokens/how-to-bridge-tokens-standard',
},
{
type: "doc",
label: "Generic-custom gateway",
id: "devs-how-tos/bridge-tokens/how-to-bridge-tokens-generic-custom"
type: 'doc',
label: 'Generic-custom gateway',
id: 'devs-how-tos/bridge-tokens/how-to-bridge-tokens-generic-custom',
},
{
type: 'doc',
Expand All @@ -87,8 +87,8 @@ const sidebars = {
],
},
{
type: "category",
label: "Concepts",
type: 'category',
label: 'Concepts',
collapsed: true,
items: [
{
Expand Down Expand Up @@ -123,15 +123,15 @@ const sidebars = {
id: 'for-devs/cross-chain-messsaging',
},
{
type: "category",
label: "Token bridge",
type: 'category',
label: 'Token bridge',
collapsed: false,
items: [
{
type: "autogenerated",
dirName: "for-devs/concepts/token-bridge"
}
]
type: 'autogenerated',
dirName: 'for-devs/concepts/token-bridge',
},
],
},
{
type: 'category',
Expand All @@ -157,8 +157,8 @@ const sidebars = {
],
},
{
type: "category",
label: "Developer tools and resources",
type: 'category',
label: 'Developer tools and resources',
collapsed: true,
items: [
{
Expand Down Expand Up @@ -219,8 +219,8 @@ const sidebars = {
id: 'for-devs/troubleshooting-building',
},
{
type: "doc",
id: "for-devs/contribute"
type: 'doc',
id: 'for-devs/contribute',
},
],
bridgeTokensSidebar: [
Expand All @@ -239,21 +239,21 @@ const sidebars = {
label: 'Troubleshooting: Bridge tokens',
id: 'for-users/troubleshooting-users',
},
{
type: "category",
label: "Concepts",
{
type: 'category',
label: 'Concepts',
collapsed: false,
items: [
{
type: "doc",
id: "bridge-tokens/concepts/usdc-concept"
}
]
type: 'doc',
id: 'bridge-tokens/concepts/usdc-concept',
},
],
},
{
type: "doc",
id: "for-users/contribute"
}
type: 'doc',
id: 'for-users/contribute',
},
],
runNodesSidebar: [
{
Expand Down Expand Up @@ -335,13 +335,13 @@ const sidebars = {
label: 'Troubleshooting: Run a node',
},
{
type: "doc",
label: "Frequently asked questions: Run a node",
id: "node-running/faq"
type: 'doc',
label: 'Frequently asked questions: Run a node',
id: 'node-running/faq',
},
{
type: "doc",
id: "node-running/contribute"
type: 'doc',
id: 'node-running/contribute',
},
],
launchAnOrbitChainSidebar: [
Expand Down Expand Up @@ -505,13 +505,13 @@ const sidebars = {
label: 'Deeper dive: Whitepaper',
},
{
type: "doc",
label: "Audit reports",
id: "audit-reports"
type: 'doc',
label: 'Audit reports',
id: 'audit-reports',
},
{
type: "doc",
id: "learn-more/contribute"
type: 'doc',
id: 'learn-more/contribute',
},
],
};
Expand Down

0 comments on commit a2bf3b0

Please sign in to comment.