Skip to content

Commit 59f4bd8

Browse files
A Machine Learning section has been added
1 parent 909a42a commit 59f4bd8

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

docs/laravel-feeds.tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
>
1010
<toc-element toc-title="Prologue">
1111
<toc-element topic="contributions.topic" />
12+
<toc-element topic="machine-learning.topic" />
1213
<toc-element toc-title="License" topic="license.topic" />
1314
</toc-element>
1415
<toc-element topic="introduction.topic">

docs/topics/introduction.topic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<a href="generation.topic" type="library" />
2626
<a href="advanced-usage.topic" type="check-list" />
27+
<a href="machine-learning.topic" type="learn" />
2728
</primary>
2829
</section-starting-page>
2930
</topic>

docs/topics/machine-learning.topic

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE topic
3+
SYSTEM "https://resources.jetbrains.com/writerside/1.0/xhtml-entities.dtd">
4+
<topic
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
7+
title="Machine Learning" id="machine-learning">
8+
9+
<link-summary>Guidance for using the project with LLMs and a consolidated knowledge base (lllms.txt)</link-summary>
10+
<card-summary>Guidance for using the project with LLMs and a consolidated knowledge base (lllms.txt)</card-summary>
11+
<web-summary>Guidance for using the project with LLMs and a consolidated knowledge base (lllms.txt)</web-summary>
12+
13+
<show-structure depth="3" />
14+
15+
<p>
16+
You can help your LLM understand the structure and conventions of this project much better.
17+
</p>
18+
19+
<p>
20+
To do that, import the guidance from the following file:
21+
<a href="https://feeds.dragon-code.pro/lllms.txt">
22+
<format style="bold">lllms.txt</format>
23+
</a>.
24+
</p>
25+
26+
<p>
27+
This file is a single, consolidated Markdown document containing the compiled documentation for this project. It is designed to be used as a knowledge base for LLMs (for example, as a system prompt attachment, a retrieval corpus, or a custom knowledge file).
28+
</p>
29+
30+
<note>
31+
Save the URL and re-import it periodically to pick up updates as the project evolves.
32+
</note>
33+
34+
</topic>

0 commit comments

Comments
 (0)