From: Eduardo San Martin Morote Date: Fri, 25 Jun 2021 10:29:45 +0000 (+0200) Subject: docs: reorder sidebar X-Git-Tag: v2.0.0-beta.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543ced04644c068cf6e3521afdfcd0b93c8e055b;p=thirdparty%2Fvuejs%2Fpinia.git docs: reorder sidebar --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index b36aebb6..bd4af932 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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',