Skip to content

Commit 7c818d8

Browse files
Built site for gh-pages
1 parent 98f1563 commit 7c818d8

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4a92abb4
1+
eb77602d

docs/customization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,8 @@ <h3 class="anchored" data-anchor-id="type-checking-with-mypy">Type checking with
256256
</section>
257257
<section id="developing-with-llms" class="level3">
258258
<h3 class="anchored" data-anchor-id="developing-with-llms">Developing with LLMs</h3>
259-
<p>In line with the <a href="https://llmstxt.org/">llms.txt standard</a>, we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a <a href="https://promptlytechnologies.com/docs/static/llms.txt">text file</a>. One use case for this file is to rename it to <code>.cursorrules</code> and place it in your project directory is using the Cursor IDE (see the <a href="https://docs.cursor.com/context/rules-for-ai">Cursor docs</a> on this for more information).</p>
260-
<p>We have also exposed the full Markdown-formatted project documentation as a <a href="https://promptlytechnologies.com/docs/static/documentation.txt">single text file</a> for easy downloading and embedding.</p>
259+
<p>In line with the <a href="https://llmstxt.org/">llms.txt standard</a>, we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a <a href="static/llms.txt">text file</a>. One use case for this file is to rename it to <code>.cursorrules</code> and place it in your project directory is using the Cursor IDE (see the <a href="https://docs.cursor.com/context/rules-for-ai">Cursor docs</a> on this for more information).</p>
260+
<p>We have also exposed the full Markdown-formatted project documentation as a <a href="static/documentation.txt">single text file</a> for easy downloading and embedding.</p>
261261
</section>
262262
</section>
263263
<section id="project-structure" class="level2">

docs/static/llms.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@ mypy .
129129

130130
## Developing with LLMs
131131

132-
In line with the [llms.txt standard](https://llmstxt.org/), we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a [text file](https://promptlytechnologies.com/docs/static/llms.txt). One use case for this file is to rename it to `.cursorrules` and place it in your project directory is using the Cursor IDE (see the [Cursor docs](https://docs.cursor.com/context/rules-for-ai) on this for more information).
133-
134-
We have also exposed the full Markdown-formatted project documentation as a [single text file](https://promptlytechnologies.com/docs/static/documentation.txt) for easy downloading and embedding.
135-
136132
``` {python}
137133
#| echo: false
138134
#| include: false
@@ -196,6 +192,10 @@ with open(output_path, 'w', encoding='utf-8') as f:
196192
f.write(final_content)
197193
```
198194

195+
In line with the [llms.txt standard](https://llmstxt.org/), we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a [text file](docs/static/llms.txt). One use case for this file is to rename it to `.cursorrules` and place it in your project directory is using the Cursor IDE (see the [Cursor docs](https://docs.cursor.com/context/rules-for-ai) on this for more information).
196+
197+
We have also exposed the full Markdown-formatted project documentation as a [single text file](docs/static/documentation.txt) for easy downloading and embedding.
198+
199199
## Contributing
200200

201201
Your contributions are welcome! See the [issues page](https://github.com/promptly-technologies-llc/fastapi-jinja2-postgres-webapp/issues) for ideas. Fork the repository, create a new branch, make your changes, and submit a pull request.
@@ -692,9 +692,9 @@ We find that mypy is an enormous time-saver, catching many errors early and grea
692692

693693
### Developing with LLMs
694694

695-
In line with the [llms.txt standard](https://llmstxt.org/), we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a [text file](https://promptlytechnologies.com/docs/static/llms.txt). One use case for this file is to rename it to `.cursorrules` and place it in your project directory is using the Cursor IDE (see the [Cursor docs](https://docs.cursor.com/context/rules-for-ai) on this for more information).
695+
In line with the [llms.txt standard](https://llmstxt.org/), we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a [text file](static/llms.txt). One use case for this file is to rename it to `.cursorrules` and place it in your project directory is using the Cursor IDE (see the [Cursor docs](https://docs.cursor.com/context/rules-for-ai) on this for more information).
696696

697-
We have also exposed the full Markdown-formatted project documentation as a [single text file](https://promptlytechnologies.com/docs/static/documentation.txt) for easy downloading and embedding.
697+
We have also exposed the full Markdown-formatted project documentation as a [single text file](static/documentation.txt) for easy downloading and embedding.
698698

699699
## Project structure
700700

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ <h3 class="anchored" data-anchor-id="lint-types-with-mypy">Lint types with mypy<
327327
</section>
328328
<section id="developing-with-llms" class="level2">
329329
<h2 class="anchored" data-anchor-id="developing-with-llms">Developing with LLMs</h2>
330-
<p>In line with the <a href="https://llmstxt.org/">llms.txt standard</a>, we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a <a href="https://promptlytechnologies.com/docs/static/llms.txt">text file</a>. One use case for this file is to rename it to <code>.cursorrules</code> and place it in your project directory is using the Cursor IDE (see the <a href="https://docs.cursor.com/context/rules-for-ai">Cursor docs</a> on this for more information).</p>
331-
<p>We have also exposed the full Markdown-formatted project documentation as a <a href="https://promptlytechnologies.com/docs/static/documentation.txt">single text file</a> for easy downloading and embedding.</p>
330+
<p>In line with the <a href="https://llmstxt.org/">llms.txt standard</a>, we have provided a Markdown-formatted prompt—designed to help LLM agents understand how to work with this template—as a <a href="docs/static/llms.txt">text file</a>. One use case for this file is to rename it to <code>.cursorrules</code> and place it in your project directory is using the Cursor IDE (see the <a href="https://docs.cursor.com/context/rules-for-ai">Cursor docs</a> on this for more information).</p>
331+
<p>We have also exposed the full Markdown-formatted project documentation as a <a href="docs/static/documentation.txt">single text file</a> for easy downloading and embedding.</p>
332332
</section>
333333
<section id="contributing" class="level2">
334334
<h2 class="anchored" data-anchor-id="contributing">Contributing</h2>

sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/index.html</loc>
5-
<lastmod>2024-12-01T23:04:35.662Z</lastmod>
5+
<lastmod>2024-12-02T01:01:51.702Z</lastmod>
66
</url>
77
<url>
88
<loc>https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/docs/deployment.html</loc>
@@ -22,7 +22,7 @@
2222
</url>
2323
<url>
2424
<loc>https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/docs/customization.html</loc>
25-
<lastmod>2024-12-01T23:04:35.554Z</lastmod>
25+
<lastmod>2024-12-02T01:02:24.658Z</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/docs/installation.html</loc>

0 commit comments

Comments
 (0)