Replies: 1 comment 11 replies
-
You may be interested in the plugin i have been working on. It allows you to accomplish the things you are looking for.
Plugin: https://www.npmjs.com/package/@signalwire/docusaurus-plugin-llms-txt Theme: https://www.npmjs.com/package/@signalwire/docusaurus-theme-llms-txt The plugin has a major rework in-progress (pretty much done just waiting for feedback), so be sure to install the latest alpha versions if you would like to test |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create llms.txt file. I've found a plugin, but it just concatenates all the markdown files into a single text file.
llms.txt should include a list of links with more information. I want to create the file by hand and link to markdown files.
What is the best way to do this? Can you use docusaurus config file for this?
Beta Was this translation helpful? Give feedback.
All reactions