Skip to content
Merged
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
39 changes: 25 additions & 14 deletions content/docs/run-a-node/android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,26 @@ import { Accordion, Accordions } from "fumadocs-ui/components/accordion"

## First steps

The first time you install Minima, you will need to
The first time you install Minima, you will need to **connect to the network** and **write down your seed phrase.**

- Connect to the network
- Write down your seed phrase
<Cards>
<Card
href="/docs/user-guides/join-the-network"
target="_blank"
title="Connect to the network"
description="On first use, you must connect to the Minima network to connect to the blockchain."

<Callout title="User Guides" type="info">
For more information on how to connect to the network and secure your node,
please refer to [User Guides](/docs/user-guides/join-the-network).
</Callout>
/>
<Card
href="/docs/user-guides/secure-your-seedphrase"
target="_blank"
title="Write down your seed phrase"
description="Ensure you have written down your 24 word seed phrase after starting your node."

/>
</Cards>

-------------

## Desktop Connect

Expand Down Expand Up @@ -145,13 +156,13 @@ You can now access your Minima node from your desktop browser.

To set your own password for Desktop Connect:

- Open the Minima app on your phone
- Tap at the top of the screen to show the MinimaOS title bar
- Tap on the 3 dots and select **Startup Params**
- Enter `-mdspassword yOurp@ssw0rdhere` to set your own password
- Select **Save**
- Tap at the top of the screen to show the MinimaOS title bar again
- Select **Shutdown** to restart Minima
1. Open the Minima app on your phone
2. Tap at the top of the screen to show the MinimaOS title bar
3. Tap on the 3 dots and select **Startup Params**
4. Enter `-mdspassword yOurp@ssw0rdhere` to set your own password
5. Select **Save**
6. Tap at the top of the screen to show the MinimaOS title bar again
7. Select **Shutdown** to restart Minima

<Callout type="info" title="Password">
When you reopen Minima, go to Settings > Desktop Connect to confirm your
Expand Down
23 changes: 16 additions & 7 deletions content/docs/run-a-node/docker-desktop.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,24 @@ Please see the [first steps](#first-steps) to complete now your node is running.

## First steps

The first time you install Minima, you will need to
The first time you install Minima, you will need to **connect to the network** and **write down your seed phrase.**

- Connect to the network
- Write down your seed phrase
<Cards>
<Card
href="/docs/user-guides/join-the-network"
target="_blank"
title="Connect to the network"
description="On first use, you must connect to the Minima network to connect to the blockchain."

<Callout title="User Guides" type="info">
For more information on how to connect to the network and secure your node,
please refer to [User Guides](/docs/user-guides/join-the-network).
</Callout>
/>
<Card
href="/docs/user-guides/secure-your-seedphrase"
target="_blank"
title="Write down your seed phrase"
description="Ensure you have written down your 24 word seed phrase after starting your node."

/>
</Cards>

## FAQ

Expand Down
23 changes: 16 additions & 7 deletions content/docs/run-a-node/linux-vps-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,24 @@ Please see the [first steps](#first-steps) to complete now your node is running.

## First steps

The first time you install Minima, you will need to
The first time you install Minima, you will need to **connect to the network** and **write down your seed phrase.**

- Connect to the network
- Write down your seed phrase
<Cards>
<Card
href="/docs/user-guides/join-the-network"
target="_blank"
title="Connect to the network"
description="On first use, you must connect to the Minima network to connect to the blockchain."

<Callout title="User Guides" type="info">
For more information on how to connect to the network and secure your node,
please refer to [User Guides](/docs/user-guides/join-the-network).
</Callout>
/>
<Card
href="/docs/user-guides/secure-your-seedphrase"
target="_blank"
title="Write down your seed phrase"
description="Ensure you have written down your 24 word seed phrase after starting your node."

/>
</Cards>


## FAQ
Expand Down
23 changes: 16 additions & 7 deletions content/docs/run-a-node/mac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,21 @@ Please see the essential [first steps](#first-steps) to complete now your node i

## First steps

The first time you install Minima, you will need to
The first time you install Minima, you will need to **connect to the network** and **write down your seed phrase.**

- Connect to the network
- Write down your seed phrase
<Cards>
<Card
href="/docs/user-guides/join-the-network"
target="_blank"
title="Connect to the network"
description="On first use, you must connect to the Minima network to connect to the blockchain."

<Callout title="User Guides" type="info">
For more information on how to connect to the network and secure your node,
please refer to [User Guides](/docs/user-guides/join-the-network).
</Callout>
/>
<Card
href="/docs/user-guides/secure-your-seedphrase"
target="_blank"
title="Write down your seed phrase"
description="Ensure you have written down your 24 word seed phrase after starting your node."

/>
</Cards>
23 changes: 16 additions & 7 deletions content/docs/run-a-node/windows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,21 @@ Please see the essential [first steps](#first-steps) to complete now your node i

## First steps

The first time you install Minima, you will need to
The first time you install Minima, you will need to **connect to the network** and **write down your seed phrase.**

- Connect to the network
- Write down your seed phrase
<Cards>
<Card
href="/docs/user-guides/join-the-network"
target="_blank"
title="Connect to the network"
description="On first use, you must connect to the Minima network to connect to the blockchain."

<Callout title="User Guides" type="info">
For more information on how to connect to the network and secure your node,
please refer to [User Guides](/docs/user-guides/join-the-network).
</Callout>
/>
<Card
href="/docs/user-guides/secure-your-seedphrase"
target="_blank"
title="Write down your seed phrase"
description="Ensure you have written down your 24 word seed phrase after starting your node."

/>
</Cards>
7 changes: 6 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,14 @@ const config = {
permanent: true,
},
{
source: "/docs/core/minidapp-terms#section-d-minidapp-for-transacting-web-public-wallet",
source: "/docs/core/minidapp-terms#section-d-minidapp-for-transacting-public-mega-wallet",
destination: "/docs/core/minidapp-terms#section-d-minidapp-for-transacting-web-public-wallet",
permanent: true,
},
{
source: "/docs/terms/minimatermsandconditions#cookies",
destination: "/docs/core/website-terms#cookies",
permanent: true,
}
]
},
Expand Down