From: Eduardo San Martin Morote Date: Thu, 1 Apr 2021 15:23:42 +0000 (+0200) Subject: docs: add plugins to sidebar X-Git-Tag: v2.0.0-alpha.14~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170ab75f64c34ca2e43ae00c0b777a1b32b47eee;p=thirdparty%2Fvuejs%2Fpinia.git docs: add plugins to sidebar --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 3166ed57..264e5b47 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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' }, ], }, {