Skip to content

Commit a7c715d

Browse files
committed
Add # LangWatch title to llms.txt for better machine readability
1 parent 98d32a3 commit a7c715d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

images/test.png

Lines changed: 0 additions & 1 deletion
This file was deleted.

llms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# LangWatch
2+
13
# FILE: ./introduction.mdx
24

35
---

llms.txt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const excludePaths = config.excludePaths || [];
1313
const outputFile = 'llms.txt';
1414

1515
// Clear the output file if it exists
16-
fs.writeFileSync(outputFile, '');
16+
fs.writeFileSync(outputFile, "# LangWatch\n\n");
1717

1818
// Function to process imports in an MDX file
1919
function processImports(content, filePath) {

0 commit comments

Comments
 (0)