Browse Source

fixes

pull/2667/head
Bernd Storath 4 weeks ago
parent
commit
4d5d46ac0a
  1. 2
      docs/content/faq.md
  2. 2
      docs/content/getting-started.md
  3. 2
      docs/content/index.md
  4. 3
      package.json

2
docs/content/faq.md

@ -1,5 +1,7 @@
---
title: FAQ
hide:
- navigation
---
Here are some frequently asked questions or errors about `wg-easy`. If you have a question that is not answered here, please feel free to open a discussion on GitHub.

2
docs/content/getting-started.md

@ -1,5 +1,7 @@
---
title: Getting Started
hide:
- navigation
---
This page explains how to get started with `wg-easy`. The guide uses Docker Compose as a reference. In our examples, we mount the named volume `etc_wireguard` to `/etc/wireguard` inside the container.

2
docs/content/index.md

@ -1,5 +1,7 @@
---
title: Home
hide:
- navigation
---
# Welcome to the Documentation for `wg-easy`

3
package.json

@ -5,8 +5,7 @@
"dev": "docker compose -f docker-compose.dev.yml up wg-easy --build",
"cli:dev": "docker compose -f docker-compose.dev.yml run --build --rm -it wg-easy cli:dev",
"build": "docker build -t wg-easy .",
"docs:preview": "docker run --rm -it -p 8080:8080 -v ./docs:/docs squidfunk/mkdocs-material serve -a 0.0.0.0:8080",
"docs:test": "docker run --rm -it -p 8080:8080 -v ./docs:/docs zensical/zensical serve -a 0.0.0.0:8080",
"docs:preview": "docker run --rm -it -p 8080:8080 -v ./docs:/docs zensical/zensical serve -a 0.0.0.0:8080",
"scripts:version": "bash scripts/version.sh",
"scripts:i18n": "bash scripts/i18n.sh",
"format:check:docs": "prettier --check docs"

Loading…
Cancel
Save