Skip to content

Commit

Permalink
consolidate docs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
admiraladmirable authored Jun 4, 2024
1 parent bb02cd2 commit 53a920a
Show file tree
Hide file tree
Showing 76 changed files with 9,588 additions and 17,636 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy to GitHub Pages

on:
repository_dispatch:
types: [trigger_workflow]
push:
branches:
- main
Expand All @@ -12,7 +14,7 @@ jobs:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,32 @@ yarn-error.log*

# IDE
.idea
.vscode

# Nix
.direnv

# Docusaurus remote content plugin downloads
## Manually add the files that are downloaded by the remote content plugin here
docs/Developers/02-Quickstart Tutorial/create-tx.md
docs/Developers/02-Quickstart Tutorial/fund-wallet.md
docs/Developers/02-Quickstart Tutorial/mint-asset.md
docs/Developers/02-Quickstart Tutorial/recover-wallet.md

docs/Developers/03-Node Setup/bare-metal.md
docs/Developers/03-Node Setup/docker.md
docs/Developers/03-Node Setup/helm-kubernetes.md

docs/Developers/04-CLI/intro.md

docs/Developers/05-Networks/connect-to-the-testnet.md
docs/Developers/05-Networks/connect-to-toplnet.md
docs/Developers/05-Networks/private-network.md

docs/Developers/06-Software Development Kits/getting-started.mdx

docs/Developers/how-tos/

docs/current/how-tos/

static/img/annulus.png
131 changes: 0 additions & 131 deletions docs/Developer/New To Topl/how-topl-addresses-are-generated.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/Developers/02-Quickstart Tutorial/01-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ use a public testnet node.

To create a transaction, you need to have a wallet with some funds. You can
create a wallet following the instructions in the
[Initialize Wallet](../CLI/How-tos/initialize-wallet) how to. For people
[Initialize Wallet](https://topl.github.io/brambl-cli/docs/current/how-tos/initialize-wallet) how to. For people
to send you funds, you need to share your address with them. You can see how
to get your current address using the
[Get the Current Address](../CLI/How-tos/current-address). You can check you balance
using the [Check Balance](../CLI/How-tos/check-balance) how to.
[Get the Current Address](https://topl.github.io/brambl-cli/docs/current/how-tos/current-address). You can check you balance
using the [Check Balance](https://topl.github.io/brambl-cli/docs/current/how-tos/check-balance) how to.

## Launch a Private Node or use a Public Testnet Node

Expand Down
63 changes: 0 additions & 63 deletions docs/Developers/02-Quickstart Tutorial/02-fund-wallet.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs/Developers/02-Quickstart Tutorial/03-create-tx.md

This file was deleted.

Loading

0 comments on commit 53a920a

Please sign in to comment.