Skip to content

Commit

Permalink
chore: fix link example + readme
Browse files Browse the repository at this point in the history
chore: fix link example + readme
  • Loading branch information
nermalcat69 authored Aug 27, 2024
2 parents b9724ec + a9dbbbf commit ba575ad
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```sh
yarn
```

```sh
yarn dev
```
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Zerops documentation
# Zerops Documentation
https://docs.zerops.io

Docusaurus theme and components from the amazing and powerful https://medusajs.com

## Contributing Guide

Checkout [CONTRIBUTING.md](https://github.com/zeropsio/docs/blob/main/CONTRIBUTING.md).


## Links

- [Twitter](https://x.com/zeropsio)
- [Discord Server](https://discord.gg/xxzmJSDKPT)
- [LinkedIn](https://www.linkedin.com/company/zerops)
2 changes: 1 addition & 1 deletion apps/docs/content/references/vpn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Flags:
command is to be executed.
```
You must enclose the project name in quotes if it contains a space. The project name is visible in Zerops GUI. If you have more projects with a duplicate name, use the project ID instead. You'll find the project ID in the URL of the project dashboard page in Zerops GUI. <br/>E.g. <code>https://app&#46;zerops.io/project/<b>Evs8Je4NTvKeIkUqoUXp2w</b>/service-stacks</code>.
You must enclose the project name in quotes if it contains a space. The project name is visible in Zerops GUI. If you have more projects with a duplicate name, use the project ID instead. You'll find the project ID in the URL of the project dashboard page in Zerops GUI. <br/>E.g. <code>https://app.zerops.io/project/<b>Evs8Je4NTvKeIkUqoUXp2w</b>/service-stacks</code>.
:::info
When you run the `zcli vpn up` command for the first time, you will be asked if you want to install the Zerops VPN daemon to your computer. Confirm the installation by entering `y`. Then zCLI prompts for your root/administrator password to your computer.
Expand Down

0 comments on commit ba575ad

Please sign in to comment.