Skip to content

Commit

Permalink
edition naming
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Nov 27, 2024
1 parent fcdf3c3 commit 20f7853
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions introduction/editions/naming.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'compare.md' => 'Compare editions',
'chevereto-free.md' => 'Chevereto Free',
'chevereto-lite.md' => 'Chevereto Lite',
'chevereto-pro.md' => 'Chevereto Pro',
];
8 changes: 8 additions & 0 deletions introduction/editions/sorting.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'compare.md',
'chevereto-pro.md',
'chevereto-lite.md',
'chevereto-free.md',
];
3 changes: 2 additions & 1 deletion introduction/naming.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

return [
'get-started/' => 'Get Started',
'get-started/' => 'Get started',
'editions/' => 'Editions',
'changelog/' => 'Changelog',
];
3 changes: 2 additions & 1 deletion introduction/sorting.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

return [
'get-started/',
'editions/',
'welcome-back/',
];
];

0 comments on commit 20f7853

Please sign in to comment.