]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: add plugins to sidebar
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 1 Apr 2021 15:23:42 +0000 (17:23 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Wed, 28 Apr 2021 17:45:38 +0000 (19:45 +0200)
docs/.vitepress/config.js

index 3166ed574625d84ffefcc6026712e771fb1e09ab..264e5b47054e5a545df52fc48b804c895a592708 100644 (file)
@@ -173,6 +173,7 @@ module.exports = {
             { text: 'State', link: '/core-concepts/state.html' },
             { text: 'Getters', link: '/core-concepts/getters.html' },
             { text: 'Actions', link: '/core-concepts/actions.html' },
+            { text: 'Plugins', link: '/core-concepts/plugins.html' },
           ],
         },
         {