]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: reorder sidebar
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 25 Jun 2021 10:29:45 +0000 (12:29 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 25 Jun 2021 10:29:45 +0000 (12:29 +0200)
docs/.vitepress/config.js

index b36aebb618cb7459daaccfd2c9eb629e981abccf..bd4af9328964c08777ff792934a4c0e681419344 100644 (file)
@@ -204,13 +204,17 @@ module.exports = {
           link: '/cookbook/',
           children: [
             {
-              text: 'Composing Stores',
-              link: '/cookbook/composing-stores.html',
+              text: 'Testing',
+              link: '/cookbook/testing.html',
             },
             {
               text: 'Usage without setup()',
               link: '/cookbook/options-api.html',
             },
+            {
+              text: 'Composing Stores',
+              link: '/cookbook/composing-stores.html',
+            },
             {
               text: 'Migration from 0.0.7',
               link: '/cookbook/migration-0-0-7.html',