Skip to main content

4 posts tagged with "docusaurus"

View all tags

Validating YAML Preview in Docusaurus

· One min read

Are you managing your prompts for generative AI properly?

Although most generative AI platforms retain prompt histories, using prompts across different AIs can become a bit frustrating.
At such times, I came across an article suggesting that managing prompts in YAML format can be effective.

  1. A Beginner’s Guide to Prompt Engineering in YAML Format
    1. https://note.com/novapen_create/n/n2c273166aef4

Thanks to Nopapen for the great article.

That got me thinking—“Maybe Docusaurus could be a convenient tool to preview YAML?”
So, I decided to explore the idea.