From f11a2a528cb3810616a97e59b2b763bb686745d0 Mon Sep 17 00:00:00 2001 From: vincanger <70215737+vincanger@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:32:15 +0200 Subject: [PATCH] Update vibe-coding.mdx --- .../blog/src/content/docs/guides/vibe-coding.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/opensaas-sh/blog/src/content/docs/guides/vibe-coding.mdx b/opensaas-sh/blog/src/content/docs/guides/vibe-coding.mdx index 62ebe5a4..b7ec3780 100644 --- a/opensaas-sh/blog/src/content/docs/guides/vibe-coding.mdx +++ b/opensaas-sh/blog/src/content/docs/guides/vibe-coding.mdx @@ -31,12 +31,12 @@ The template comes with: We've also created a bunch of LLM-friendly documentation: - [Open SaaS Docs - LLMs.txt](https://docs.opensaas.sh/llms.txt) - Links to the raw text docs. -- [Open SaaS Docs - LLMs-full.txt](https://docs.opensaas.sh/llms-full.txt) - Complete docs as one text file. -- [Wasp Docs - LLMs.txt](https://wasp.sh/llms.txt) - Links to the raw text docs. -- [Wasp Docs - LLMs-full.txt](https://wasp.sh/llms-full.txt) - Complete docs as one text file. +- **[Open SaaS Docs - LLMs-full.txt](https://docs.opensaas.sh/llms-full.txt) - Complete docs as one text file.** ✅😎 +- Coming Soon! ~~[Wasp Docs - LLMs.txt](https://wasp.sh/llms.txt)~~ - Links to the raw text docs. +- Coming Soon! ~~[Wasp Docs - LLMs-full.txt](https://wasp.sh/llms-full.txt)~~ - Complete docs as one text file. Add these to your AI-assisted IDE settings so you can easily reference them in your chat sessions with the LLM. -**In most cases, you'll want to pass the `llms-full.txt` url to the LLM and ask it to help you with a specific task.** +**In most cases, you'll want to pass the `llms-full.txt` to the LLM and ask it to help you with a specific task.** add llms-full.txt to settings @@ -46,4 +46,4 @@ Add these to your AI-assisted IDE settings so you can easily reference them in y Here's a list of articles and tutorials we've made: - [3hr YouTube tutorial: Vibe Coding a Personal Finance App w/ Wasp & Cursor](https://www.youtube.com/watch?v=WYzEROo7reY) -- [Article: A Structured Workflow for "Vibe Coding" Full-Stack Apps](https://dev.to/wasp/a-structured-workflow-for-vibe-coding-full-stack-apps-352l) \ No newline at end of file +- [Article: A Structured Workflow for "Vibe Coding" Full-Stack Apps](https://dev.to/wasp/a-structured-workflow-for-vibe-coding-full-stack-apps-352l)