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
/
createLLMsTxtFiles.d.ts
5 lines
(4 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
import
{
RouteMetadata
}
from
'./parseDocuments'
;
import
{
PluginOptions
}
from
'./options'
;
export
declare
function
generateLLMsTxt
(
routes
:
RouteMetadata
[],
options
:
PluginOptions
):
string
;
export
declare
function
generateFullLLMsTxt
(
routes
:
RouteMetadata
[],
options
:
PluginOptions
):
string
;