You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,7 +12,7 @@ function generateDocEntry(entry) {
87
12
*/
88
13
exportdefault{
89
14
name: 'llms-txt',
90
-
version: '0.1.0',
15
+
version: '1.0.0',
91
16
description: 'Generates a llms.txt file of the API docs',
92
17
dependsOn: 'ast',
93
18
@@ -97,25 +22,26 @@ export default {
97
22
* @returns {Promise<string>} The generated documentation text
98
23
*/
99
24
asyncgenerate(input,options){
100
-
constoutput=[
101
-
'# Node.js Documentation',
102
-
'> Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside a web browser. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient for building scalable network applications.',
103
-
'## Introduction',
104
-
`- [About this documentation](${DOC_API_LATEST_BASE_URL}/api/documentation.md)`,
105
-
`- [Usage and example](${DOC_API_LATEST_BASE_URL}/api/synopsis.md)`,
> Node.js is an open-source, cross-platform JavaScript runtime environment that executes JavaScript code outside a web browser. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient for building scalable network applications.
0 commit comments