Skip to content

Commit

Permalink
chore: add extra config + fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
crypblizz8 committed Sep 26, 2024
1 parent c5807f2 commit 3088218
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guide-testnet-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import SupportedWallets from './\_testnet_supported_wallets.mdx';

# Creating a Nillion Wallet

Create a Nillion wallet to connect to the [Nillion Testnet](/network#nillion-testnet-coordination-layer) and access your assets.
Create a Nillion wallet to connect to the [Nillion Testnet](/network) and access your assets.

## Supported Wallets

Expand Down
2 changes: 1 addition & 1 deletion docs/js-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ You've successfully build your first blind app by writing a Nada program, storin

- reading about [Nillion concepts](/concepts) and the [Nada Language](nada-lang)
- learning how to interact with and manage programs, secrets, and permissions on the Nillion Network with [Nillion Client](/js-client)
- challenging yourself to create a page that solves the [Millionaires Problem](/multi-party-computation#classic-scenario-the-millionaires-problem)
- challenging yourself to create a page that solves the [Millionaires Problem](/multi-party-computation#applied-mpc)

:::tip

Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ https://github.com/NillionNetwork/cra-nillion/blob/main/vercel.json

- reading about [Nillion concepts](/concepts) and the [Nada Language](nada-lang)
- learning how to interact with and manage programs, secrets, and permissions on the Nillion Network with [Nillion Client](/js-client)
- challenging yourself to create a page that solves the [Millionaires Problem](/multi-party-computation#classic-scenario-the-millionaires-problem)
- challenging yourself to create a page that solves the [Millionaires Problem](/multi-party-computation#applied-mpc)
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const config = {
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',

onBrokenMarkdownLinks: 'throw',
onBrokenAnchors: 'throw',
// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans".
Expand Down

0 comments on commit 3088218

Please sign in to comment.