Skip to content

Commit b900c7e

Browse files
committed
Create llms-full.txt
1 parent 550c9bf commit b900c7e

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

llms-full.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: null
3+
sitemap: false
4+
---
5+
{% for article in site.articles %}<page>
6+
---
7+
title: {{article.title}}
8+
description: {{article.description}}
9+
source_url:
10+
html: https://www.dynamsoft.com{{ article.url | relative_url }}
11+
md: {{ site.repositoryUrl }}/{{article.path}}
12+
---
13+
{{ article.raw_content }}
14+
</page>
15+
16+
{% endfor %}
17+

0 commit comments

Comments
 (0)