An open API service indexing awesome lists of open source software.

https://github.com/nhas/wag-vpn.github.io

The documentation page for Wag VPN
https://github.com/nhas/wag-vpn.github.io

documentation wag

Last synced: 11 months ago
JSON representation

The documentation page for Wag VPN

Awesome Lists containing this project

README

          

# Wag Documentation Page

The temporary github pages location:

https://nhas.github.io/wag-vpn.github.io/

Github actions will automatically build and deploy on commit, so make sure to test out your changes with a local build first:

```sh
git clone git@github.com:NHAS/wag-vpn.github.io.git
git submodule update --init

hugo server --minify --theme hugo-book
```