From 40f3864db4d0e7814d128f77bf08d46ca731b197 Mon Sep 17 00:00:00 2001 From: Sascha Seniuk Date: Tue, 3 Dec 2024 12:15:32 +0100 Subject: [PATCH 1/2] add vite-plugin-llms for llms.txt specification support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd203ea7..625958fd 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,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 model. - [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. +- [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes #### Loaders From 63d5f36f2781a12ceb28100bb9965a1293b14e51 Mon Sep 17 00:00:00 2001 From: Sascha Seniuk Date: Mon, 9 Dec 2024 08:52:13 +0100 Subject: [PATCH 2/2] Fix: Add missing punctuation in list item --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 625958fd..b92c422d 100644 --- a/README.md +++ b/README.md @@ -287,7 +287,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 model. - [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. -- [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes +- [vite-plugin-llms](https://github.com/saschaseniuk/vite-plugin-llms) - Integration for the llms.txt specification supporting AI optimized content alongside application routes. #### Loaders