From 93c54dd2755f62d37113e791285b904a225df394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Fri, 8 Sep 2023 10:07:22 +0200 Subject: [PATCH] chore[docs]: link to docs for vue3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- styleguide.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide.config.js b/styleguide.config.js index 517ab28d44..a28a22deee 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -70,6 +70,10 @@ module.exports = async () => { name: 'Latest version: v8.x (Nextcloud 28)', href: 'https://nextcloud-vue-components.netlify.app', sections: [ + { + name: 'next v9.x (Nextcloud 28 + Vue 3)', + href: 'https://next--nextcloud-vue-components.netlify.app', + }, { name: 'v7.x (Nextcloud 25 - 27)', href: 'https://stable7--nextcloud-vue-components.netlify.app',