From f45ed788063fd65dc1e8b7930d957f69dcf18bc2 Mon Sep 17 00:00:00 2001 From: import this <97586125+serinko@users.noreply.github.com> Date: Thu, 1 Feb 2024 13:50:14 +0000 Subject: [PATCH] [DOC] : add NymVPN videos (#4367) * create community councel and landing pages stub * address review comments -> finished * remove redundant * reorganize menu and fix link * branch url fix * update testing video --- documentation/dev-portal/src/nymvpn/gui-linux.md | 2 ++ documentation/dev-portal/src/nymvpn/testing.md | 2 ++ documentation/operators/src/SUMMARY.md | 2 +- documentation/operators/src/legal/add-content.md | 2 +- documentation/operators/src/legal/jurisdictions.md | 4 ++-- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/documentation/dev-portal/src/nymvpn/gui-linux.md b/documentation/dev-portal/src/nymvpn/gui-linux.md index 9b7d4cd6e8..4e79e90ebb 100644 --- a/documentation/dev-portal/src/nymvpn/gui-linux.md +++ b/documentation/dev-portal/src/nymvpn/gui-linux.md @@ -1,5 +1,7 @@ # NymVPN alpha GUI: Guide for GNU/Linux +
+ ```admonish info NymVPN is an experimental software and it's for [testing](./testing.md) purposes only. All users testing the client are expected to sign GDPR Information Sheet and Consent Form (shared at the workshop) so we use their results to improve the client, and submit the form [*NymVPN User research*]({{nym_vpn_form_url}}) with the testing results. ``` diff --git a/documentation/dev-portal/src/nymvpn/testing.md b/documentation/dev-portal/src/nymvpn/testing.md index 9d2a29f275..a2e87ea623 100644 --- a/documentation/dev-portal/src/nymvpn/testing.md +++ b/documentation/dev-portal/src/nymvpn/testing.md @@ -1,5 +1,7 @@ # Testing NymVPN alpha +
+ ```admonish info NymVPN is an experimental software and it's for [testing](./testing.md) purposes only. All users testing the client are expected to sign GDPR Information Sheet and Consent Form (shared at the workshop) so we use their results to improve the client, and submit the form [*NymVPN User research*]({{nym_vpn_form_url}}) with the testing results. ``` diff --git a/documentation/operators/src/SUMMARY.md b/documentation/operators/src/SUMMARY.md index 439f70ed5f..d3b403d5b9 100644 --- a/documentation/operators/src/SUMMARY.md +++ b/documentation/operators/src/SUMMARY.md @@ -32,10 +32,10 @@ # Legal Forum - [Exit Gateway](legal/exit-gateway.md) +- [Community Counsel](legal/community-counsel.md) - [Jurisdictions](legal/jurisdictions.md) - [Switzerland](legal/swiss.md) - [United States](legal/united-states.md) -- [Community Counsel](legal/community-counsel.md) - [Landing Pages](legal/landing-pages.md) - [How to Add Info](legal/add-content.md) diff --git a/documentation/operators/src/legal/add-content.md b/documentation/operators/src/legal/add-content.md index 59b31fe090..a770b9d4d6 100644 --- a/documentation/operators/src/legal/add-content.md +++ b/documentation/operators/src/legal/add-content.md @@ -53,6 +53,6 @@ git push origin operators/legal-forum/ 7. Open the git generated link in your browser, fill the description and click on `Create a Pull Request` button ```sh # the url will look like this - https://github.com/nymtech/nym/pull/new/ + https://github.com/nymtech/nym/pull/new/operators/legal-forum/ ``` 8. Notify others in the [Node Operators Legal Forum](https://matrix.to/#/!YfoUFsJjsXbWmijbPG:nymtech.chat?via=nymtech.chat&via=matrix.org) (Matrix chat) about the PR. diff --git a/documentation/operators/src/legal/jurisdictions.md b/documentation/operators/src/legal/jurisdictions.md index 7337b32168..a629626695 100644 --- a/documentation/operators/src/legal/jurisdictions.md +++ b/documentation/operators/src/legal/jurisdictions.md @@ -8,12 +8,12 @@ The entire content of this page is under [Creative Commons Attribution 4.0 Inter The following part is for informational purposes only. Nym core team cannot provide comprehensive legal advice across all jurisdictions. Knowledge and experience with the legalities are being built up with the help of our counsel and with you, the community of Nym node operators. We encourage Nym node operators to join the [Node Operator](https://matrix.to/#/#operators:nymtech.chat) and [Operators Legal Forum](https://matrix.to/#/!YfoUFsJjsXbWmijbPG:nymtech.chat?via=nymtech.chat&via=matrix.org) channels on Element to share best practices and experiences. ``` -There is no one silver bullet covering the entire globe. Every jurisdiction has different set of laws and practices regarding internet traffic routing. Therefore the Node Operators Legal Forum pages are divided per region. +There is no one silver bullet covering the entire globe. Every jurisdiction has different set of laws and practices regarding internet traffic routing. Therefore the Node Operators Legal Forum pages are divided per region. These are some findings from our legal team as an example: - [Switzerland](swiss.md) - [United States](united-states.md) -> Nym Node operators are invited to add their legal findings directly through [pull requests](exit-gateway.md#how-to-add-content). +> Nym Node operators are invited to add their legal findings directly through [pull requests](add-content.md).