Skip to content

Commit

Permalink
Max/hide nymvisor intros cleanup (#4246)
Browse files Browse the repository at this point in the history
* * removed shipyard info for moment
* removed nymvisor page until next release

* removed 'new' from operator and tssdk docs

* removed nymvisor for moment
  • Loading branch information
mfahampshire authored Dec 13, 2023
1 parent 4462dae commit 951f8e7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
13 changes: 7 additions & 6 deletions documentation/dev-portal/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,20 @@
- [Querying the Chain](tutorials/cosmos-service/querying.md)

- [Typescript](tutorials/typescript.md)
- [[DEPRECATED] Simple Service Provider](tutorials/simple-service-provider/simple-service-provider.md)
- [Simple Service Provider](tutorials/simple-service-provider/simple-service-provider.md)
- [Tutorial Overview](tutorials/simple-service-provider/overview.md)
- [Preparing Your User Client Environment](tutorials/simple-service-provider/preparating-env.md)
- [Building Your User Client](tutorials/simple-service-provider/user-client.md)
- [Preparing Your Service Provider Environment](tutorials/simple-service-provider/preparating-env2.md)
- [Building Your Service Provider](tutorials/simple-service-provider/service-provider.md)
- [Sending a Message Through the Mixnet](tutorials/simple-service-provider/sending-message.md)

# Shipyard Builders Hackathon 2023
- [General Info & Resources](shipyard/general.md)
- [Hackathon Challenges](shipyard/challenges-overview.md)
- [A Note on Infrastructure](shipyard/infra.md)
- [Submission Guidelines](shipyard/guidelines.md)
[//]: # (TODO make generic )
[//]: # (# Shipyard Builders Hackathon 2023 )
[//]: # (- [General Info & Resources](shipyard/general.md))
[//]: # (- [Hackathon Challenges](shipyard/challenges-overview.md))
[//]: # (- [A Note on Infrastructure](shipyard/infra.md))
[//]: # (- [Submission Guidelines](shipyard/guidelines.md))

# Events

Expand Down
3 changes: 2 additions & 1 deletion documentation/docs/src/binaries/building-nym.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Quite a bit of stuff gets built. The key working parts are:
* [network requester](../nodes/network-requester.md): `nym-network-requester`
* [nym-cli tool](../tools/nym-cli.md): `nym-cli`
* [nym-api](https://nymtech.net/operators/nodes/nym-api.html): `nym-api`
* [nymvisor](https://nymtech.net/operators/nodes/nymvisor-upgrade.html): `nymvisor`

[//]: # (* [nymvisor](https://nymtech.net/operators/nodes/nymvisor-upgrade.html): `nymvisor`)

The repository also contains Typescript applications which aren't built in this process. These can be built by following the instructions on their respective docs pages.
* [Nym Wallet](../wallet/desktop-wallet.md)
Expand Down
4 changes: 2 additions & 2 deletions documentation/docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This is Nym's technical documentation, containing information and setup guides a

If you are new to Nym and want to learn about the Mixnet, explore kickstart options and demos, learn how to integrate with the network, and follow developer tutorials check out the [Developer Portal](https://nymtech.net/developers/) where you can find also our [FAQ section](https://nymtech.net/developers/faq/general-faq.html).

If you are looking for information and setup guides for the various pieces of Nym Mixnet infrastructure (Mix Nodes, Gateways and Network Requesters) and Nyx blockchain validators see the **new [Operators Guides](https://nymtech.net/operators)** book.
If you are looking for information and setup guides for the various pieces of Nym Mixnet infrastructure (Mix Nodes, Gateways and Network Requesters) and Nyx blockchain validators see the [Operators Guides](https://nymtech.net/operators) book.

If you're specifically looking for TypeScript/JavaScript related information such as SDKs to build your own tools, step-by-step tutorials, live playgrounds and more - make sure to check out the **new [TS SDK Handbook](https://sdk.nymtech.net/)** !
If you're specifically looking for TypeScript/JavaScript related information such as SDKs to build your own tools, step-by-step tutorials, live playgrounds and more - check out the [TS SDK Handbook](https://sdk.nymtech.net/).

## Popular pages
**Network Architecture:**
Expand Down
3 changes: 2 additions & 1 deletion documentation/operators/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
- [Nym API Setup](nodes/nym-api.md)
- [Maintenance](nodes/maintenance.md)
- [Manual Node Upgrade](nodes/manual-upgrade.md)
- [Automatic Node Upgrade: Nymvisor Setup and Usage](nodes/nymvisor-upgrade.md)

[//]: # ( - [Automatic Node Upgrade: Nymvisor Setup and Usage](nodes/nymvisor-upgrade.md))
- [Troubleshooting](nodes/troubleshooting.md)

# FAQ
Expand Down
3 changes: 2 additions & 1 deletion documentation/operators/src/binaries/building-nym.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Quite a bit of stuff gets built. The key working parts are:
* [network requester](../nodes/network-requester-setup.md): `nym-network-requester`
* [nym-cli tool](https://nymtech.net/docs/tools/nym-cli.html): `nym-cli`
* [nym-api](../nodes/nym-api.md): `nym-api`
* [nymvisor](../nodes/nymvisor-upgrade.md): `nymvisor`

[//]: # (* [nymvisor](../nodes/nymvisor-upgrade.md): `nymvisor`)

The repository also contains Typescript applications which aren't built in this process. These can be built by following the instructions on their respective docs pages.
* [Nym Wallet](https://nymtech.net/docs/wallet/desktop-wallet.html)
Expand Down

0 comments on commit 951f8e7

Please sign in to comment.