Skip to content

Commit fd2dbad

Browse files
authored
minor fixes related to new documentation structure (#748)
* moving oreowallet from apps to wallets * moves standalone wallet to tools * remove edit on github * udpdate mining page link on get started to ecosystem page * hide ledger on the side bar
1 parent bead1f2 commit fd2dbad

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

content/ecosystem/ecosystem.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const ECOSYSTEM: Array<{
1818
highlight?: string;
1919
}> = [
2020
{
21-
type: "Apps",
21+
type: "Wallets",
2222
name: "OreoWallet",
2323
link: "https://oreowallet.com/",
2424
image: "/images/ecosystem/oreowallet.png",
@@ -208,7 +208,7 @@ export const ECOSYSTEM: Array<{
208208
image: "/images/ecosystem/node-app.png",
209209
},
210210
{
211-
type: "Wallets",
211+
type: "Tools",
212212
name: "Standalone Wallet",
213213
link: "https://github.com/iron-fish/ironfish-wallet-cli",
214214
image: "/images/ecosystem/iflabs-standalone-wallet.png",

content/get-started/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ They allow you to send and recieve coins. When you use a wallet, other Iron Fish
2929

3030
Mining means taking transactions, and adding them to blocks. When mining is done by many different people all over the world, it's one of the main ways Iron Fish remains decentralized and secure. Miners can receive $IRON as a reward.
3131

32-
[See a list of supported miners.](/use/get-started/mining)
32+
[See a list of supported miners.](/use/ecosystem?category=mining-software)
3333

3434
#### Running a Node
3535

content/get-started/mining.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,3 @@ You should then be able to connect your miner to `localhost:9034` and start mini
3636

3737
## Questions?
3838
Have any questions about mining? Come ask in the [#mining](https://discord.com/channels/771503434028941353/828803908067262484) channel in the Iron Fish Discord
39-
40-
### [Edit on Github](https://github.com/iron-fish/website/edit/master/content/get-started/mining.mdx)

content/get-started/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { SidebarDefinition } from "@/lib/markdown";
33
export const sidebar: SidebarDefinition = [
44
"get-started",
55
"mining",
6-
"ledger",
6+
// "ledger", // TODO: Uncomment after Ledger Live launch
77
"glossary",
88
];

0 commit comments

Comments
 (0)