-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow updating docs from unreleased pants changes, not just release #148
Comments
I think there's a universe of solutions where we have a workflow that doesn't start from scorched earth and instead just applies a diff on top of what already exists. In this universe a workflow is given a PR (against the pants repo) and that is applied to the docs repo without any other changes (in docs or in reference) |
Ah, yeah, that's a good idea. I've adjusted the title and edited the body to include that. |
Here's an example of a docs change that we'd want to be able to publish without a release: pantsbuild/pants#20544 In fact I don't even know how to view a preview of that change, so right now I'm flying blind on it. |
I don't think we (people without credentials) could preview changes to docs in Readme before either, so even if it's not possible now, we haven't lost much. (I also have the impression that we didn't use to sync doc changes out of the release cycle very often, but maybe I missed that?) I believe a way to preview is to make the same change to |
This repository is a bit confusing, with the large quantity of auto-generated don't-edit per-version documentation files in `docs/` and `versioned_docs/`. This PR augments the README with a short explanation of what's where and how to make changes. (It may need changes in future, depending on what happens with #148.)
On a private channel on slack, @benjyw suggests that it would be very valuable to be able to make updates to released docs without a release.
There's a few options for how this might work:
2.*.x
branches, e.g.The idea is that this makes it faster to go from "contributor submits a docs update" to "contributor can see their docs update live", than having to wait for the next real release.
Things we should potentially consider:
pantsbuild.org/docusaurus.config.js
Lines 59 to 65 in a2fff63
(Potentially in direct tension with #143.)
The text was updated successfully, but these errors were encountered: