From 9d18a89ccf4c1b99d8839b9e2b0d672b11ed65bc Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Fri, 21 Mar 2025 07:33:31 +0100 Subject: [PATCH 1/2] add `vitepress-plugin-llms` https://github.com/okineadev/vitepress-plugin-llms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b08c4f70..b8ca6b5c 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-vanilla](https://github.com/Marinerer/vite-plugins/tree/main/packages/vanilla) - Vanilla multi-page web development mode. - [genaicode/vite-plugin](https://github.com/gtanczyk/genaicode/tree/master/src/vite-genaicode/) - A plugin that embeds an AI coding assistant into the app UI. - [vite-plugin-year](https://github.com/8hobbies/vite-plugin-year) - Inserts the current year to the HTML file during build. Useful for adding a copyright year to the HTML file. +- [vitepress-plugin-llms](https://github.com/okineadev/vitepress-plugin-llms) - Generation of LLM-friendly documentation for VitePress according to the [llmstxt.org](https://llmstxt.org/) standard - [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes. - [module-federation/vite](https://github.com/module-federation/vite) - Official Module Federation integration, enabling dynamic remote module loading. From a1651a92d1e881d4da946d058a722d7258ca8a18 Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Sat, 10 May 2025 08:50:07 +0200 Subject: [PATCH 2/2] remove `vite-plugin-llms` --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b8ca6b5c..53e345c0 100644 --- a/README.md +++ b/README.md @@ -299,7 +299,6 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [genaicode/vite-plugin](https://github.com/gtanczyk/genaicode/tree/master/src/vite-genaicode/) - A plugin that embeds an AI coding assistant into the app UI. - [vite-plugin-year](https://github.com/8hobbies/vite-plugin-year) - Inserts the current year to the HTML file during build. Useful for adding a copyright year to the HTML file. - [vitepress-plugin-llms](https://github.com/okineadev/vitepress-plugin-llms) - Generation of LLM-friendly documentation for VitePress according to the [llmstxt.org](https://llmstxt.org/) standard -- [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes. - [module-federation/vite](https://github.com/module-federation/vite) - Official Module Federation integration, enabling dynamic remote module loading. #### Loaders