Skip to content

Commit 5a899c5

Browse files
martinge17SunsetDrifterclaude
authored
fix: use H1 for page title in backup, remove and upgrade docs (#621)
* Change header from H2 to H1 in backup.mdx With H2 header, the browser tab name was "undefined" instead of the proper name * Change H2 header to H1 in remove.mdx With H2 header, the browser tab name was "undefined" instead of the proper name * Change H2 header to H1 in upgrade.mdx With H2 header, the browser tab name was "undefined" instead of the proper name * Promote h3 sub-headings to h2 in upgrade.mdx to fix TOC error Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Jack Carter <128555021+SunsetDrifter@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8da42f5 commit 5a899c5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/pages/selfhosted/maintenance/backup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Back Up Your Self-Hosted NetBird Installation
1+
# Back Up Your Self-Hosted NetBird Installation
22

33
To back up your NetBird installation, you need to copy the configuration files and the Management service databases.
44

src/pages/selfhosted/maintenance/remove.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Remove Your Self-Hosted NetBird Installation
1+
# Remove Your Self-Hosted NetBird Installation
22

33
To remove the NetBird installation and all related data from your server, run these commands from the folder where you installed NetBird:
44
```bash

src/pages/selfhosted/maintenance/upgrade.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Upgrade Your Self-Hosted NetBird Installation
1+
# Upgrade Your Self-Hosted NetBird Installation
22

3-
### Check for Updates
3+
## Check for Updates
44

55
The NetBird Dashboard displays an update indicator at the bottom of the left navigation menu when a new version is available:
66

@@ -27,7 +27,7 @@ Example response:
2727
}
2828
```
2929

30-
### Check Release Notes
30+
## Check Release Notes
3131

3232
Before upgrading, review the release notes for any breaking changes or migration steps:
3333

@@ -38,7 +38,7 @@ Before upgrading, review the release notes for any breaking changes or migration
3838
Management, Signal, and Relay are all part of the same repository and share the same version numbers.
3939
</Note>
4040

41-
### Upgrade Steps
41+
## Upgrade Steps
4242

4343
To upgrade NetBird to the latest version:
4444

@@ -57,7 +57,7 @@ To upgrade NetBird to the latest version:
5757
For upgrades from older versions (pre-v0.26.0), see the [Legacy upgrade notes](#legacy-self-hosting-with-zitadel-idp) below.
5858
</Note>
5959

60-
### Legacy Setup (Separate Containers)
60+
## Legacy Setup (Separate Containers)
6161

6262
If your deployment uses the older setup with separate containers (`management`, `signal`, `relay`, `coturn`), pull and recreate those containers instead:
6363

0 commit comments

Comments
 (0)