Provide Ghostty configuration and documentation website as ghostty.org/documentation/llms-full.txt #3058
Replies: 1 comment 1 reply
-
The config and keybindings reference data is already auto-generated.
Is there some background on this? Aren't agent-capable LLMs now able to query documentation pages pretty well live on the internet? I'm curious if we have to do this at all... |
Beta Was this translation helpful? Give feedback.
-
I understand this might be slightly contentious, but I find it very helpful to have websites host an
llms-full.txt
that contains the full documentation as one big text file. This is aimed for easy ingesting to LLMs. This makes it easy to ask an LLM to ask and cite for a particular keybindings, etc.If accepted as an issue, I would go concatenate the documentation mdx files during build into llms-full.txt. In addition I would probably go ahead and daily build ghostty and output
ghostty +show-config --default --docs
and create a PR for the documentation website, such that we keep it up to date, or find another way to generate the documentation in text form.Beta Was this translation helpful? Give feedback.
All reactions