You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/resources/llms.mdx
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,6 @@ The `llms-full.txt` format returns all documentation pages as a single text docu
32
32
curl https://docs.wavs.xyz/llms-full.txt
33
33
```
34
34
35
-
Returns all documentation pages as a single text document.
36
-
37
-
38
35
## Markdown Format
39
36
40
37
Get any page as standard Markdown by appending `.md` to its URL.
@@ -48,8 +45,31 @@ Examples:
48
45
-`/tutorial/1-overview.md` - Tutorial introduction as Markdown
49
46
-`/handbook/service.md` - Service handbook as Markdown
50
47
51
-
## Crate docs
48
+
## WAVS foundry template
49
+
50
+
An llm-ingestible full markdown version of the [WAVS foundry template](https://github.com/Lay3rLabs/wavs-foundry-template)is available at [https://docs.wavs.xyz/wavs-foundry-template.md](https://docs.wavs.xyz/wavs-foundry-template.md).
An llm-ingestible full markdown version of the WAVS-WASI-Utils docs is available at [https://docs.wavs.xyz/wavs-wasi-utils.md](https://docs.wavs.xyz/wavs-wasi-utils.md).
59
+
60
+
```
61
+
curl https://docs.wavs.xyz/wavs-wasi-utils.md
62
+
```
63
+
64
+
## Search API
65
+
66
+
Search the documentation programmatically using the search API endpoint.
0 commit comments