Why does the Flowbite Blazor website have a 'Docs for AI' button?

(flowbite-blazor.peakflames.org)

2 points | by arnonejoe 19 hours ago

3 comments

  • mubou 19 hours ago
    Looks like they're trying to do this: https://llmstxt.org/

    I don't see this catching on any more than humans.txt did, tbh. The spec has some issues anyway: requiring .txt even though it's markdown, and requiring a particular URL structure for no good reason instead of leveraging <link rel="alternate">, which is already an existing web standard (i.e. there's no need for this spec in the first place). Putting the file in the site root instead of .well-known doesn't help, either; humans.txt did the same, but only because it was a play on robots.txt. It's not 2011 anymore.

  • joegibbs 18 hours ago
    You can chuck it into Cursor as a .mdc file so it knows how to write code for it, I assume.
  • arnonejoe 19 hours ago
    When you click the button it returns a plain page of markdown. Has anyone seen this on other sites?