Merge pull request #297 from blockfrost/MK-8592-restructure-left-nav
MK-8592 Restructure Left Nav
MK-8592 Restructure Left Nav
Add unit tests for CLI argument parsing
chore: add package description, homepage, repository to `Cargo.toml`
Part of #272 Another suggestion from @johnalotoski.
chore: change package name from `default` to `blockfrost-platform` for `capkgs`
Part of #272 Suggested by @johnalotoski ## Context After our [PR to capkgs](https://github.com/input-output-hk/capkgs/pull/4), the output there is named: ``` default-blockfrost-blockfrost-platform-0-0-2-e06029b ``` Which prevents reasonable tab completion. After this PR it will be this instead: ``` blockfrost-platform-blockfrost-blockfrost-platform-0-0-2-e06029b ```
the docs. Some edits on various pages for general refinement and clarity.
Resolves #295
chore: update `rustc` to 1.85.1 via Nixpkgs
fix: don’t panic when there are no load balancers; warn instead