We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550c9bf commit b900c7eCopy full SHA for b900c7e
1 file changed
llms-full.txt
@@ -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