Skip to content

Commit 47bcdd1

Browse files
Correct file paths for serving and rendering static text files
1 parent 722240b commit 47bcdd1

File tree

4 files changed

+7
-1059
lines changed

4 files changed

+7
-1059
lines changed

_quarto.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
project:
22
type: website
33
output-dir: _docs
4-
post-render:
5-
- "cp docs/static/llms.txt _docs/docs/static/llms.txt"
6-
- "cp docs/static/documentation.txt _docs/docs/static/documentation.txt"
74

85
website:
96
title: "FastAPI Webapp Template"

docs/customization.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ We find that mypy is an enormous time-saver, catching many errors early and grea
4848

4949
### Developing with LLMs
5050

51-
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).
51+
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).
5252

53-
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.
53+
We have also exposed the full Markdown-formatted project documentation as a [single text file](static/documentation.txt) for easy downloading and embedding.
5454

5555
## Project structure
5656

0 commit comments

Comments
 (0)