Skip to content

Commit 3f82d51

Browse files
committed
Align all h1 and always make a blank line
1 parent bcd0c35 commit 3f82d51

13 files changed

+21
-8
lines changed

migrations/310-40/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: 3.10 to 4.0
55

66
Joomla 3.10 to 4.0 Upgrade Notes
77
================================
8+
89
An explanation of the code changes for each version of Joomla.
910
If you follow from the version of your current code until the version you
1011
want to support you should come across all the changes you need to make.

migrations/310-40/new-features.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebar_position: 1
44

55
New Features
66
============
7+
78
All the new features that have been added to this version.
89
Any changes in best practice.
910
:::caution TODO

migrations/310-40/removed-backward-incompatibility.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sidebar_position: 3
44

55
Removed and Backward Incompatibility
66
====================================
7+
78
All the deprecated features than have now been removed and any backward incompatibilities.
89
There should be an explanation of how to mitigate the removals / changes.
910

migrations/40-41/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: 4.0 to 4.1
55

66
Joomla 4.0 to 4.1 Upgrade Notes
77
===============================
8+
89
An explanation of the code changes for each version of Joomla.
910
If you follow from the version of your current code until the version you want to support you should come across all the changes you need to make.
1011
:::caution TODO

migrations/40-41/new-deprecations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ sidebar_position: 2
33
---
44

55
New Deprecations
6-
===============
6+
================
7+
78
All the new deprecations that should be aware of and what you should now be using instead.
89

910
### libraries/src/Filesystem/Path.php:clean()

migrations/40-41/new-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ sidebar_position: 1
33
---
44

55
New Features
6-
===============
6+
============
7+
78
All the new features that have been added to this version.
89
Any changes in best practice.
910
:::caution TODO

migrations/41-42/removed-backward-incompatibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ sidebar_position: 3
33
---
44

55
Removed and Backward Incompatibility
6-
===============
6+
====================================
7+
78
All the deprecated features than have now been removed and any backward incompatibilities.
89
There should be an explanation of how to mitigate the removals / changes.
910
:::caution TODO

migrations/42-43/new-deprecations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ sidebar_position: 2
33
---
44

55
New Deprecations
6-
===============
6+
================
7+
78
All the new deprecations that should be aware of and what you should now be using instead.
89

910
:::caution TODO

migrations/42-43/new-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ sidebar_position: 1
33
---
44

55
New Features
6-
===============
6+
============
7+
78
All the new features that have been added to this version.
89
Any changes in best practice.
910

migrations/42-43/removed-backward-incompatibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ sidebar_position: 3
33
---
44

55
Removed and Backward Incompatibility
6-
===============
6+
====================================
7+
78
All the deprecated features than have now been removed and any backward incompatibilities.
89
There should be an explanation of how to mitigate the removals / changes.
910
:::caution TODO

0 commit comments

Comments
 (0)