UNPKG
docusaurus-plugin-llms-txt
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
A Docusaurus plugin for creating llms.txt and llms-full.txt files
docusaurus-plugin-llms-txt
/
lib
/
index.d.ts
4 lines
(3 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
import
type
{
LoadContext
,
Plugin
}
from
'@docusaurus/types'
;
import
type
{
PluginOptions
}
from
'./options'
;
export
default
function
pluginLLMsTxt
(
context
:
LoadContext
,
options
:
PluginOptions
):
Plugin
;