From 2c4f27102becea0d69b8bd5fa080222a73482f74 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:06:16 +0530 Subject: [PATCH 01/21] docs: prepare for stable --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8ccec37..2e70a766 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ -# VitePress (RC: release candidate) 📝💨 +# VitePress 📝💨 -[![Test](https://github.com/vuejs/vitepress/workflows/Test/badge.svg)](https://github.com/vuejs/vitepress/actions) +[![test](https://github.com/vuejs/vitepress/workflows/Test/badge.svg)](https://github.com/vuejs/vitepress/actions) [![npm](https://img.shields.io/npm/v/vitepress)](https://www.npmjs.com/package/vitepress) [![chat](https://img.shields.io/badge/chat-discord-blue?logo=discord)](https://chat.vuejs.org) --- -VitePress is [VuePress](https://vuepress.vuejs.org)' spiritual successor, built on top of [vite](https://github.com/vitejs/vite). - -Currently, it is in the `release candidate` stage. It is already suitable for out-of-the-box documentation use. We do not plan to introduce any breaking changes from here on until the stable release. +VitePress is a Vue-powered static site generator and a spiritual successor to [VuePress](https://vuepress.vuejs.org), built on top of [Vite](https://github.com/vitejs/vite). ## Documentation From 6c899437c15b126b488e73c99cdaad77fc7e5611 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:46:16 +0530 Subject: [PATCH 02/21] feat(theme): allow specifying rel and target in logoLink closes #3264 closes #3271 --- .../components/VPNavBarTitle.vue | 26 ++++++++++++++++++- types/default-theme.d.ts | 4 +-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/client/theme-default/components/VPNavBarTitle.vue b/src/client/theme-default/components/VPNavBarTitle.vue index 51f4233c..eadef086 100644 --- a/src/client/theme-default/components/VPNavBarTitle.vue +++ b/src/client/theme-default/components/VPNavBarTitle.vue @@ -1,4 +1,5 @@