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
{{ message }}
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Let's figure out how we want to implement docs. There is enough going on that a README isn't enough to contain everything and I think it makes sense to build out some better docs, but how to do it?
Couple of options:
Hugo (or similar) with GitHub Pages
GitHub Wiki
Prompt is simple and composable enough that it should be possible to document everything in the wiki with enough organisation for folks to find what they need.
I think GitHub Pages is a better alternative if we want to seamlessly integrate prompt docs with docs from any other repos in the org. It's also better if you want to force docs as part of the code; requiring it for PRs.
This decision should not come from me, but I did want to add it as an issue so it's tracked (topic keeps coming up).
Let's figure out how we want to implement docs. There is enough going on that a README isn't enough to contain everything and I think it makes sense to build out some better docs, but how to do it?
Couple of options:
Prompt is simple and composable enough that it should be possible to document everything in the wiki with enough organisation for folks to find what they need.
I think GitHub Pages is a better alternative if we want to seamlessly integrate prompt docs with docs from any other repos in the org. It's also better if you want to force docs as part of the code; requiring it for PRs.
This decision should not come from me, but I did want to add it as an issue so it's tracked (topic keeps coming up).