Nameservers feature is available in NetBird [v0.11.0](https://github.com/netbirdio/netbird/releases) or later.
diff --git a/src/pages/docs/how-to/manage-network-access.mdx b/src/pages/how-to/manage-network-access.mdx
similarity index 97%
rename from src/pages/docs/how-to/manage-network-access.mdx
rename to src/pages/how-to/manage-network-access.mdx
index 4beb4672..268346a3 100644
--- a/src/pages/docs/how-to/manage-network-access.mdx
+++ b/src/pages/how-to/manage-network-access.mdx
@@ -30,7 +30,7 @@ Some characteristics of groups:
- There is a default group called `All`.
- You can assign groups automatically with the [peer auto-grouping feature](/docs/how-to/register-machines-using-setup-keys#peer-auto-grouping).
+ You can assign groups automatically with the [peer auto-grouping feature](/how-to/register-machines-using-setup-keys#peer-auto-grouping).
### The All Group
@@ -96,7 +96,7 @@ You can do it by accessing the `Peers` tab and clicking the `Groups` column of a
- You can assign groups automatically with the [peer auto-grouping feature](/docs/how-to/register-machines-using-setup-keys#peer-auto-grouping).
+ You can assign groups automatically with the [peer auto-grouping feature](/how-to/register-machines-using-setup-keys#peer-auto-grouping).
### Updating Rules
diff --git a/src/pages/docs/how-to/monitor-system-and-network-activity.mdx b/src/pages/how-to/monitor-system-and-network-activity.mdx
similarity index 100%
rename from src/pages/docs/how-to/monitor-system-and-network-activity.mdx
rename to src/pages/how-to/monitor-system-and-network-activity.mdx
diff --git a/src/pages/docs/how-to/register-machines-using-setup-keys.mdx b/src/pages/how-to/register-machines-using-setup-keys.mdx
similarity index 94%
rename from src/pages/docs/how-to/register-machines-using-setup-keys.mdx
rename to src/pages/how-to/register-machines-using-setup-keys.mdx
index 33fb630a..95c1bbbc 100644
--- a/src/pages/docs/how-to/register-machines-using-setup-keys.mdx
+++ b/src/pages/how-to/register-machines-using-setup-keys.mdx
@@ -40,7 +40,7 @@ Setup keys are set to expire after 30 days. When expired, the setup key can't be
-NetBird offers a powerful [access control feature](/docs/how-to/manage-network-access) that allows easy access management of your resources.
+NetBird offers a powerful [access control feature](/how-to/manage-network-access) that allows easy access management of your resources.
In a basic scenario, you would create multiple groups of peers and create access rules to define what groups can access each other.
Adding peers to groups might become time-consuming in large networks with dozens of machines.
diff --git a/src/pages/docs/how-to/routing-traffic-to-private-networks.mdx b/src/pages/how-to/routing-traffic-to-private-networks.mdx
similarity index 100%
rename from src/pages/docs/how-to/routing-traffic-to-private-networks.mdx
rename to src/pages/how-to/routing-traffic-to-private-networks.mdx
diff --git a/src/pages/docs/introduction.mdx b/src/pages/introduction.mdx
similarity index 93%
rename from src/pages/docs/introduction.mdx
rename to src/pages/introduction.mdx
index 188e736b..92751cc4 100644
--- a/src/pages/docs/introduction.mdx
+++ b/src/pages/introduction.mdx
@@ -19,7 +19,7 @@ NetBird can connect machines running anywhere in just a few clicks.
It literally takes less than 5 minutes to deploy a secure peer-to-peer VPN with NetBird. {{ className: 'lead' }}
-
+
diff --git a/src/pages/ipa/guides/authentication.mdx b/src/pages/ipa/guides/authentication.mdx
index 9fceadc8..48feb43b 100644
--- a/src/pages/ipa/guides/authentication.mdx
+++ b/src/pages/ipa/guides/authentication.mdx
@@ -18,7 +18,7 @@ Always keep your token safe and reset it if you suspect it has been compromised.
## Using personal access tokens
-When establishing a connection using [PATs](/docs/how-to/access-netbird-public-api), you will need your access token — you can create one in the [NetBird dashboard](https://app.netbird.io/users) under User settings. It is recommended to use [service users](/docs/how-to/access-netbird-public-api) for all organization wide flows calling the API. Here's how to add the token to the request header using cURL:
+When establishing a connection using [PATs](/how-to/access-netbird-public-api), you will need your access token — you can create one in the [NetBird dashboard](https://app.netbird.io/users) under User settings. It is recommended to use [service users](/how-to/access-netbird-public-api) for all organization wide flows calling the API. Here's how to add the token to the request header using cURL:
```bash {{ title: 'Example request with personal access token' }}
curl https://api.netbird.io/api/users \
@@ -28,6 +28,6 @@ curl https://api.netbird.io/api/users \
Always keep your token safe and reset it if you suspect it has been compromised.
-
+
diff --git a/src/pages/ipa/introduction.mdx b/src/pages/ipa/introduction.mdx
index 5d21654a..d983a1f8 100644
--- a/src/pages/ipa/introduction.mdx
+++ b/src/pages/ipa/introduction.mdx
@@ -14,12 +14,12 @@ Use the NetBird Public API to manage users, peers, network rules and more from i
## Getting started {{ anchor: false }}
-To get started, it is recommended to create a [service user](/docs/how-to/access-netbird-public-api#creating-a-service-user), that can later be used to communicate with the NetBird API.
+To get started, it is recommended to create a [service user](/how-to/access-netbird-public-api#creating-a-service-user), that can later be used to communicate with the NetBird API.
To be able to send requests to our API you need to [authenticate](/api/guides/authentication) on each request. This can be done either by Bearer token from your identity provider or by creating a [personal access token](/api/guides/authentication#using-personal-access-tokens) in the NetBird dashboard.{{ className: 'lead' }}