diff --git a/README.md b/README.md index 70d0d9f4..80bc9dc4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You have found the easiest way to install & manage WireGuard on any Linux host! > [!NOTE] > To better manage documentation for this project, it has its own site here: [https://wg-easy.github.io/wg-easy/latest](https://wg-easy.github.io/wg-easy/latest) -- [Get Started](https://wg-easy.github.io/wg-easy/latest/usage/) +- [Getting Started](https://wg-easy.github.io/wg-easy/latest/getting-started/) - [Basic Installation](https://wg-easy.github.io/wg-easy/latest/examples/tutorials/basic-installation/) ## Requirements diff --git a/docs/content/advanced/api.md b/docs/content/advanced/api.md new file mode 100644 index 00000000..3fa4f793 --- /dev/null +++ b/docs/content/advanced/api.md @@ -0,0 +1,5 @@ +--- +title: API +--- + +TODO diff --git a/docs/content/config/advanced/optional-config.md b/docs/content/advanced/config/optional-config.md similarity index 100% rename from docs/content/config/advanced/optional-config.md rename to docs/content/advanced/config/optional-config.md diff --git a/docs/content/config/migrate/from-14-to-15.md b/docs/content/advanced/migrate/from-14-to-15.md similarity index 100% rename from docs/content/config/migrate/from-14-to-15.md rename to docs/content/advanced/migrate/from-14-to-15.md diff --git a/docs/content/examples/tutorials/basic-installation.md b/docs/content/examples/tutorials/basic-installation.md index 534bccec..91946264 100644 --- a/docs/content/examples/tutorials/basic-installation.md +++ b/docs/content/examples/tutorials/basic-installation.md @@ -45,6 +45,10 @@ If you are using a firewall, you need to open the following ports: These ports can be changed, so if you change them you have to update your firewall rules accordingly. +## Setup Reverse Proxy + +TODO + ## Access the Web UI Open your browser and navigate to `https://:51821` or `https://:51821`. diff --git a/docs/content/usage.md b/docs/content/getting-started.md similarity index 94% rename from docs/content/usage.md rename to docs/content/getting-started.md index 5d4717fd..47638d07 100644 --- a/docs/content/usage.md +++ b/docs/content/getting-started.md @@ -1,5 +1,5 @@ --- -title: Usage +title: Getting Started hide: - navigation --- @@ -86,3 +86,7 @@ sudo docker compose down /// **That's it! It really is that easy**. + +If you need more help you can read the [Basic Installation Tutorial][basic-installation]. + +[basic-installation]: ./examples/tutorials/basic-installation.md