From 543ced04644c068cf6e3521afdfcd0b93c8e055b Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 25 Jun 2021 12:29:45 +0200 Subject: [PATCH] docs: reorder sidebar --- docs/.vitepress/config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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', -- 2.47.2