Skip to content

Commit

Permalink
minor fixes related to new documentation structure (#748)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
patnir authored Nov 7, 2024
1 parent bead1f2 commit fd2dbad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/ecosystem/ecosystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ECOSYSTEM: Array<{
highlight?: string;
}> = [
{
type: "Apps",
type: "Wallets",
name: "OreoWallet",
link: "https://oreowallet.com/",
image: "/images/ecosystem/oreowallet.png",
Expand Down Expand Up @@ -208,7 +208,7 @@ export const ECOSYSTEM: Array<{
image: "/images/ecosystem/node-app.png",
},
{
type: "Wallets",
type: "Tools",
name: "Standalone Wallet",
link: "https://github.com/iron-fish/ironfish-wallet-cli",
image: "/images/ecosystem/iflabs-standalone-wallet.png",
Expand Down
2 changes: 1 addition & 1 deletion content/get-started/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ They allow you to send and recieve coins. When you use a wallet, other Iron Fish

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.

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

#### Running a Node

Expand Down
2 changes: 0 additions & 2 deletions content/get-started/mining.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,3 @@ You should then be able to connect your miner to `localhost:9034` and start mini

## Questions?
Have any questions about mining? Come ask in the [#mining](https://discord.com/channels/771503434028941353/828803908067262484) channel in the Iron Fish Discord

### [Edit on Github](https://github.com/iron-fish/website/edit/master/content/get-started/mining.mdx)
2 changes: 1 addition & 1 deletion content/get-started/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { SidebarDefinition } from "@/lib/markdown";
export const sidebar: SidebarDefinition = [
"get-started",
"mining",
"ledger",
// "ledger", // TODO: Uncomment after Ledger Live launch
"glossary",
];

0 comments on commit fd2dbad

Please sign in to comment.