diff --git a/docs/cli-tools/_category_.json b/docs/tools/_category_.json similarity index 100% rename from docs/cli-tools/_category_.json rename to docs/tools/_category_.json diff --git a/docs/cli-tools/archived/tower-archived.todo b/docs/tools/archived/tower-archived.todo similarity index 100% rename from docs/cli-tools/archived/tower-archived.todo rename to docs/tools/archived/tower-archived.todo diff --git a/docs/cli-tools/archived/use-tower-cli-archived.todo b/docs/tools/archived/use-tower-cli-archived.todo similarity index 100% rename from docs/cli-tools/archived/use-tower-cli-archived.todo rename to docs/tools/archived/use-tower-cli-archived.todo diff --git a/docs/tools/cli-tools/_category_.json b/docs/tools/cli-tools/_category_.json new file mode 100644 index 00000000..2a9147ec --- /dev/null +++ b/docs/tools/cli-tools/_category_.json @@ -0,0 +1,7 @@ +{ + "label": "CLI Commands", + "position": 2, + "link": { + "type": "generated-index" + } +} \ No newline at end of file diff --git a/docs/cli-tools/config.md b/docs/tools/cli-tools/config.md similarity index 99% rename from docs/cli-tools/config.md rename to docs/tools/cli-tools/config.md index 0ab08809..ad14d297 100644 --- a/docs/cli-tools/config.md +++ b/docs/tools/cli-tools/config.md @@ -4,7 +4,7 @@ description: 'Initialize configs' --- -# Config +# config ## Description The `ConfigCli` tool is a command-line utility within the Libra Framework designed to facilitate the generation and management of configuration files for various components of the 0L Network. Its primary function is to create and modify the `libra.yaml` configuration file, which is essential for the operation of CLI tools like `txs`, `tower`, and others within the ecosystem. diff --git a/docs/cli-tools/query/_category_.json b/docs/tools/cli-tools/query/_category_.json similarity index 85% rename from docs/cli-tools/query/_category_.json rename to docs/tools/cli-tools/query/_category_.json index 84ec8ae5..817a21af 100644 --- a/docs/cli-tools/query/_category_.json +++ b/docs/tools/cli-tools/query/_category_.json @@ -1,5 +1,5 @@ { - "label": "Query", + "label": "query", "position": 3, "link": { "type": "generated-index", diff --git a/docs/cli-tools/query/balance.md b/docs/tools/cli-tools/query/balance.md similarity index 100% rename from docs/cli-tools/query/balance.md rename to docs/tools/cli-tools/query/balance.md diff --git a/docs/cli-tools/query/epoch.md b/docs/tools/cli-tools/query/epoch.md similarity index 100% rename from docs/cli-tools/query/epoch.md rename to docs/tools/cli-tools/query/epoch.md diff --git a/docs/cli-tools/query/getting-started.md b/docs/tools/cli-tools/query/getting-started.md similarity index 100% rename from docs/cli-tools/query/getting-started.md rename to docs/tools/cli-tools/query/getting-started.md diff --git a/docs/cli-tools/query/resources.md b/docs/tools/cli-tools/query/resources.md similarity index 100% rename from docs/cli-tools/query/resources.md rename to docs/tools/cli-tools/query/resources.md diff --git a/docs/cli-tools/query/val-config.md b/docs/tools/cli-tools/query/val-config.md similarity index 100% rename from docs/cli-tools/query/val-config.md rename to docs/tools/cli-tools/query/val-config.md diff --git a/docs/cli-tools/query/view.md b/docs/tools/cli-tools/query/view.md similarity index 100% rename from docs/cli-tools/query/view.md rename to docs/tools/cli-tools/query/view.md diff --git a/docs/cli-tools/txs/-category-.json b/docs/tools/cli-tools/txs/-category-.json similarity index 100% rename from docs/cli-tools/txs/-category-.json rename to docs/tools/cli-tools/txs/-category-.json diff --git a/docs/cli-tools/txs/communtiy-wallet-activation.md b/docs/tools/cli-tools/txs/communtiy-wallet-activation.md similarity index 99% rename from docs/cli-tools/txs/communtiy-wallet-activation.md rename to docs/tools/cli-tools/txs/communtiy-wallet-activation.md index 12d5347f..d484bfb1 100644 --- a/docs/cli-tools/txs/communtiy-wallet-activation.md +++ b/docs/tools/cli-tools/txs/communtiy-wallet-activation.md @@ -1,4 +1,4 @@ -# Community Wallet Activation +# community Community Wallet is a qualification an account can receive if it is composed of certain properties. Those properties are: diff --git a/docs/cli-tools/txs/generate-transaction.md b/docs/tools/cli-tools/txs/generate-transaction.md similarity index 97% rename from docs/cli-tools/txs/generate-transaction.md rename to docs/tools/cli-tools/txs/generate-transaction.md index 76f86524..53842e21 100644 --- a/docs/cli-tools/txs/generate-transaction.md +++ b/docs/tools/cli-tools/txs/generate-transaction.md @@ -3,7 +3,7 @@ sidebar_position: 3 description: 'Interact with Move Code' --- -# Txs - Generate Transaction +# generate-transaction diff --git a/docs/cli-tools/txs/key-rotation.md b/docs/tools/cli-tools/txs/key-rotation.md similarity index 99% rename from docs/cli-tools/txs/key-rotation.md rename to docs/tools/cli-tools/txs/key-rotation.md index 4529f8c0..050ca864 100644 --- a/docs/cli-tools/txs/key-rotation.md +++ b/docs/tools/cli-tools/txs/key-rotation.md @@ -1,4 +1,4 @@ -# Key Rotation +# rotatate-key > CAUTION: Please read carefully and ensure you understand these instructions. Rotating the wrong key could lock you out of your account and make funds permanently inaccessible. There are two cases: diff --git a/docs/cli-tools/txs/transfer.md b/docs/tools/cli-tools/txs/transfer.md similarity index 98% rename from docs/cli-tools/txs/transfer.md rename to docs/tools/cli-tools/txs/transfer.md index 40876e9b..6c9718fc 100644 --- a/docs/cli-tools/txs/transfer.md +++ b/docs/tools/cli-tools/txs/transfer.md @@ -3,7 +3,7 @@ sidebar_position: 3 description: 'Transfer Coins' --- -# Txs - Transfer +# transfer diff --git a/docs/cli-tools/txs/upgrade.md b/docs/tools/cli-tools/txs/upgrade.md similarity index 99% rename from docs/cli-tools/txs/upgrade.md rename to docs/tools/cli-tools/txs/upgrade.md index 7cffdc5b..002b32ac 100644 --- a/docs/cli-tools/txs/upgrade.md +++ b/docs/tools/cli-tools/txs/upgrade.md @@ -3,7 +3,7 @@ sidebar_position: 3 description: 'Upgrade VM Libraries' --- -# Txs - Upgrade +# upgrade diff --git a/docs/cli-tools/txs/validator.md b/docs/tools/cli-tools/txs/validator.md similarity index 99% rename from docs/cli-tools/txs/validator.md rename to docs/tools/cli-tools/txs/validator.md index 731aa774..87329eea 100644 --- a/docs/cli-tools/txs/validator.md +++ b/docs/tools/cli-tools/txs/validator.md @@ -3,7 +3,7 @@ sidebar_position: 3 description: 'Control a Validator' --- -# Txs - Validator +# validator diff --git a/docs/cli-tools/wallet.md b/docs/tools/cli-tools/wallet.md similarity index 99% rename from docs/cli-tools/wallet.md rename to docs/tools/cli-tools/wallet.md index c3bf1513..a15d15d6 100644 --- a/docs/cli-tools/wallet.md +++ b/docs/tools/cli-tools/wallet.md @@ -3,7 +3,7 @@ sidebar_position: 3 description: 'Create an Account' --- -# Wallet +# wallet ## Description The Libra wallet tool provides essential functionalities for managing digital wallets within the 0L Network ecosystem. It is designed to handle digital currencies and assets through secure key management, account maintenance, and transaction processes. diff --git a/docs/cli-tools/first-steps.depr b/docs/tools/first-steps.depr similarity index 100% rename from docs/cli-tools/first-steps.depr rename to docs/tools/first-steps.depr diff --git a/docs/cli-tools/getting-started.depr b/docs/tools/getting-started.depr similarity index 100% rename from docs/cli-tools/getting-started.depr rename to docs/tools/getting-started.depr diff --git a/docs/cli-tools/integrators/integrators.md b/docs/tools/integrators/integrators.md similarity index 98% rename from docs/cli-tools/integrators/integrators.md rename to docs/tools/integrators/integrators.md index 9c1add5d..8ee2e76f 100644 --- a/docs/cli-tools/integrators/integrators.md +++ b/docs/tools/integrators/integrators.md @@ -17,7 +17,7 @@ Instructions for running a fullnode with docker etc. can be found at: https://gi # Execute transactions with `libra` binary The `libra` cli binary for running the node, also includes subcommands for executing transactions. -[More info:](docs/cli-tools/txs/transfer.md) +[More info:](docs/tools/cli-tools/txs/transfer.md) ## Optionally use NodeJS sdk The NodeJS typescript SDK is available for integrators. This library is NOT included in the container environment. diff --git a/docs/cli-tools/move/index.md b/docs/tools/move/index.md similarity index 99% rename from docs/cli-tools/move/index.md rename to docs/tools/move/index.md index fcaf8ac5..d18d6e3d 100644 --- a/docs/cli-tools/move/index.md +++ b/docs/tools/move/index.md @@ -206,7 +206,7 @@ When publishing Move modules, if multiple modules are in one package, then all t ### Running a Move function :::note -The `move run` feature is currently not available but we have a work around for interacting with move functions. View a full description [here](../txs/generate-transaction.md) +The `move run` feature is currently not available but we have a work around for interacting with move functions. View a full description [here](../cli-tools/txs/generate-transaction.md) ::: diff --git a/docs/cli-tools/node/index.md b/docs/tools/node/index.md similarity index 100% rename from docs/cli-tools/node/index.md rename to docs/tools/node/index.md diff --git a/docs/cli-tools/testnet/_category_.json b/docs/tools/testnet/_category_.json similarity index 100% rename from docs/cli-tools/testnet/_category_.json rename to docs/tools/testnet/_category_.json diff --git a/docs/cli-tools/testnet/genesis-instructions.depr b/docs/tools/testnet/genesis-instructions.depr similarity index 100% rename from docs/cli-tools/testnet/genesis-instructions.depr rename to docs/tools/testnet/genesis-instructions.depr diff --git a/docs/cli-tools/testnet/testnet.md b/docs/tools/testnet/testnet.md similarity index 100% rename from docs/cli-tools/testnet/testnet.md rename to docs/tools/testnet/testnet.md diff --git a/docs/cli-tools/testnet/validator-registration.md b/docs/tools/testnet/validator-registration.md similarity index 100% rename from docs/cli-tools/testnet/validator-registration.md rename to docs/tools/testnet/validator-registration.md diff --git a/docs/validators/getting-started.md b/docs/validators/getting-started.md index e851a8fa..fc30221b 100644 --- a/docs/validators/getting-started.md +++ b/docs/validators/getting-started.md @@ -39,13 +39,13 @@ In this system, validators are required to submit bids as part of a competitive #### Overview To participate in the bidding process for the next epoch, validators must maintain compliance. Non-compliant validators at the time of an epoch change -will be [jailed](../cli-tools/txs/validator.md) and must be +will be [jailed](../tools/cli-tools/txs/validator.md) and must be un-jailed by one of the active validators to re-enter the process. #### Detailed Compliance Criteria 1. **For New Entrants**: - - Obtain 2 [vouches](../cli-tools/txs/validator.md#manage-vouching-operations) from existing validators, ensuring no shared ancestry. + - Obtain 2 [vouches](../tools/cli-tools/txs/validator.md#manage-vouching-operations) from existing validators, ensuring no shared ancestry. - Submit a bid that ranks among the highest in comparison to others, relative to the number of available validator seats. Essentially, the bid should be sufficiently competitive to fall within the range of top bids for the given number of validator seats. 2. **For Existing Epoch Validators**: