Skip to content

Commit db2fef7

Browse files
committed
Fix heading levels in upgrade instructions
1 parent 20f7714 commit db2fef7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/docs/administration/upgrade/0.1.5.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Mathesar to 0.1.5
22

3-
### For installations using Docker Compose
3+
## For installations using Docker Compose
44

55
If you have a Docker compose installation (including one from the guided script), run the command below:
66

@@ -12,6 +12,6 @@ docker compose -f /etc/mathesar/docker-compose.yml up --pull always -d
1212
You may need to change `/etc/mathesar/` in the command above if you chose to install Mathesar to a different directory.
1313

1414

15-
### For installations done from scratch
15+
## For installations done from scratch
1616

1717
If you installed from scratch, the upgrade instructions are the same as [for 0.1.4](./0.1.4.md#scratch), except that you'll need to specify version 0.1.5 when pulling code from the repository in Step 2. You should also skip Step 5 – you do not need to change the environment variables.

docs/docs/administration/upgrade/0.1.6.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Mathesar to 0.1.6
22

3-
### For installations using Docker Compose
3+
## For installations using Docker Compose
44

55
If you have a Docker compose installation (including one from the guided script), run the command below:
66

@@ -12,7 +12,7 @@ docker compose -f /etc/mathesar/docker-compose.yml up --pull always -d
1212
You may need to change `/etc/mathesar/` in the command above if you chose to install Mathesar to a different directory.
1313

1414

15-
### For installations done from scratch
15+
## For installations done from scratch
1616

1717
If you installed Mathesar [from scratch](../../installation/build-from-source/index.md), then use these steps to upgrade your installation to 0.1.6.
1818

docs/docs/administration/upgrade/0.1.7.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade Mathesar to 0.1.7
22

3-
### For installations using Docker Compose
3+
## For installations using Docker Compose
44

55
If you have a Docker compose installation (including one from the guided script), run the command below:
66

@@ -12,7 +12,7 @@ docker compose -f /etc/mathesar/docker-compose.yml up --pull always -d
1212
You may need to change `/etc/mathesar/` in the command above if you chose to install Mathesar to a different directory.
1313

1414

15-
### For installations done from scratch
15+
## For installations done from scratch
1616

1717
If you installed Mathesar [from scratch](../../installation/build-from-source/index.md), then use these steps to upgrade your installation to 0.1.7.
1818

0 commit comments

Comments
 (0)