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
/
src
/
options.ts
17 lines
(14 loc)
•
277 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export
type
PluginOptions = {
/** * Title for the `llms.txt` file */
title:
string
;
/** * Description for the `llms.txt` file */
description:
string
;
/** * Whether to output a `llms-full.txt` file. */
fullLLMsTxt: boolean; }