diff --git a/introduction/editions/naming.php b/introduction/editions/naming.php new file mode 100644 index 0000000..d07c4de --- /dev/null +++ b/introduction/editions/naming.php @@ -0,0 +1,8 @@ + 'Compare editions', + 'chevereto-free.md' => 'Chevereto Free', + 'chevereto-lite.md' => 'Chevereto Lite', + 'chevereto-pro.md' => 'Chevereto Pro', +]; diff --git a/introduction/editions/sorting.php b/introduction/editions/sorting.php new file mode 100644 index 0000000..6e15537 --- /dev/null +++ b/introduction/editions/sorting.php @@ -0,0 +1,8 @@ + 'Get Started', + 'get-started/' => 'Get started', + 'editions/' => 'Editions', 'changelog/' => 'Changelog', ]; diff --git a/introduction/sorting.php b/introduction/sorting.php index 7db83ac..d7bfdc4 100644 --- a/introduction/sorting.php +++ b/introduction/sorting.php @@ -2,5 +2,6 @@ return [ 'get-started/', + 'editions/', 'welcome-back/', -]; \ No newline at end of file +];