From ab41363d5b7d5cbdfcf7f980a094edc37da9819a Mon Sep 17 00:00:00 2001 From: Lonely_S <12386904+smileluck@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:38:27 +0800 Subject: [PATCH 1/2] Add rspress-plugins-auto-meta plugin to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40127dc..cc90f02 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Rspack and Rsbuild support most of the webpack loaders, such as: - [rspress-plugin-font-figtree](https://github.com/maccuaa/rspress-plugin-font-figtree): Use Figtree as the default font in your Rspress website. - [zephyr-rspress-plugin](https://www.npmjs.com/package/zephyr-rspress-plugin): An Rspress plugin for deploying applications with Zephyr Cloud. - [rspress-language-tabs](https://github.com/maccuaa/rspress-language-tabs): An Rspress component for creating tabbed code examples with programming language icons. +- [rspress-plugins-auto-meta](https://github.com/smileluck/rspress-plugins-auto-meta.git): Rspress plugin to automatically generate navigation metadata for your documentation. ### Unplugin From c3635ed0707d9df1a5f660c98e8882f1387061d1 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 3 Mar 2026 10:53:20 +0800 Subject: [PATCH 2/2] Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc90f02..b0f4cd2 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ Rspack and Rsbuild support most of the webpack loaders, such as: - [rspress-plugin-font-figtree](https://github.com/maccuaa/rspress-plugin-font-figtree): Use Figtree as the default font in your Rspress website. - [zephyr-rspress-plugin](https://www.npmjs.com/package/zephyr-rspress-plugin): An Rspress plugin for deploying applications with Zephyr Cloud. - [rspress-language-tabs](https://github.com/maccuaa/rspress-language-tabs): An Rspress component for creating tabbed code examples with programming language icons. -- [rspress-plugins-auto-meta](https://github.com/smileluck/rspress-plugins-auto-meta.git): Rspress plugin to automatically generate navigation metadata for your documentation. +- [rspress-plugins-auto-meta](https://github.com/smileluck/rspress-plugins-auto-meta): Rspress plugin to automatically generate navigation metadata for your documentation. ### Unplugin