nothing change for redeploy test

This commit is contained in:
mfahampshire
2024-10-29 13:49:47 +01:00
parent aa26ba5da1
commit c9b4309044
3 changed files with 10 additions and 8 deletions
@@ -2,7 +2,7 @@
These docs are autogenerated by the [`autodocs`](https://github.com/nymtech/nym/tree/max/new-docs-framework/documentation/autodoc) script.
```sh
2024-10-28T15:01:31.680473Z  INFO nym-api/src/main.rs:41: Starting nym api...
2024-10-29T09:51:44.008469Z  INFO nym-api/src/main.rs:41: Starting nym api...
Usage: nym-api [OPTIONS] <COMMAND>
Commands:
@@ -24,7 +24,7 @@ Options:
### `init`
```sh
2024-10-28T15:01:31.685186Z  INFO nym-api/src/main.rs:41: Starting nym api...
2024-10-29T09:51:44.013292Z  INFO nym-api/src/main.rs:41: Starting nym api...
Initialise a Nym Api instance with persistent config.toml file
Usage: nym-api init [OPTIONS]
@@ -54,7 +54,7 @@ Options:
### `run`
```sh
2024-10-28T15:01:31.696482Z  INFO nym-api/src/main.rs:41: Starting nym api...
2024-10-29T09:51:44.032688Z  INFO nym-api/src/main.rs:41: Starting nym api...
Run the Nym Api with provided configuration optionally overriding set parameters
Usage: nym-api run [OPTIONS]
@@ -84,7 +84,7 @@ Options:
### `build-info`
```sh
2024-10-28T15:01:31.700062Z  INFO nym-api/src/main.rs:41: Starting nym api...
2024-10-29T09:51:44.037915Z  INFO nym-api/src/main.rs:41: Starting nym api...
Show build information of this binary
Usage: nym-api build-info [OPTIONS]
@@ -99,12 +99,12 @@ Example output:
```sh
Binary Name: nymvisor
Build Timestamp: 2024-10-28T14:59:34.976373289Z
Build Timestamp: 2024-10-29T09:48:31.988049207Z
Build Version: 0.1.8
Commit SHA: a7bb87d396c75a6984d9b1385e4ae3a6a7ed586d
Commit Date: 2024-10-28T11:55:17.000000000+01:00
Commit SHA: 299552881810511273af13eb135297a4cf7a38de
Commit Date: 2024-10-29T10:48:07.000000000+01:00
Commit Branch: max/new-docs-framework
rustc Version: 1.80.1
rustc Version: 1.80.0
rustc Channel: stable
cargo Profile: release
+2
View File
@@ -1,3 +1,5 @@
import { LandingPage } from '../components/landing-page.tsx'
<LandingPage />