Skip to content

Commit

Permalink
Merge pull request #12 from webb-tools/salman/update-docs
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
salman01zp authored Jan 15, 2024
2 parents 681116e + 60633ee commit eaa9276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
9 changes: 1 addition & 8 deletions components/NetworkConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const NetworkCard = ({
explorerUrls,
fundingInfo,
}) => {
const [isCollapsed, setIsCollapsed] = useState(true);
const [isCollapsed, setIsCollapsed] = useState(false);

const toggleCollapse = () => {
setIsCollapsed(!isCollapsed);
Expand Down Expand Up @@ -75,13 +75,6 @@ const NetworkCard = ({
</td>
</tr>
))}
<tr className={styles.tableRow}>
<th className={styles.tableHeader}>Faucet</th>
<td className={styles.tableCell}>
<p>{fundingInfo.description}</p>
<Link href={fundingInfo.url}>{fundingInfo.url}</Link>
</td>
</tr>
</tbody>
</table>
)}
Expand Down
2 changes: 1 addition & 1 deletion components/RepoArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const RepoArea = () => {
<DetailedFeatureLink
feature={{
Icon: GitHubIcon,
description: `Multy-party threshold ECDSA (GG20) Substrate node`,
description: `An MPC-as-a-service blockchain infrastructure for empowering cross-chain and zero-knowledge applications development.`,
name: "Tangle Network Repo",
}}
href="https://github.com/webb-tools/tangle"
Expand Down
6 changes: 1 addition & 5 deletions pages/docs/node/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ is a collection of quick links for quick setups!

Please see our new **[Start Validating guide.](/docs/node/validator/requirements)**

## Quick Setup for Node Operators

<QuickDeployArea />

## Advanced Setup

<DeployArea />
Expand All @@ -38,7 +34,7 @@ Run into weird issues? Or have questions about the Tangle Network? Join the Webb

## Repositories

Interested in what we are building at Webb? Clone the below repositories, and start contributing to a private cross-chain future!
Interested in what we are building at Webb? Clone the below repositories.

<RepoArea />

Expand Down

0 comments on commit eaa9276

Please sign in to comment.