Closed ColmBhandal closed 1 year ago
For the standalone doc repo scenario, some very useful commands to send the changes to the upstream repository were also removed.
Good catch, I missed that this part was removed. Let's keep it!
standalone doc repo scenario, some very useful commands to send the changes to the upstream repository were also removed. For one thing, you need to initialise the repository after removing the .git directory. If you are going to continue with the shell script, I would really like these commands (and comment to configure and builld in CAP
For the standalone doc repo scenario, some very useful commands to send the changes to the upstream repository were also removed.
Good catch, I missed that this part was removed. Let's keep it!
@pmatulis and @ru-fu I did think about this part actually. In the prerequisites, we require a GitHub repo. I've updated this to specify it should be cloned locally. This is enough. Once somebody has a repo, they just need to run the script.
Comments added.
If it has not already been done, I would ask that both scenarios (standalone and integrated) be tested prior to landing this change. This means following the entire procedure to the letter (including successfully committing changes to the upstream repository).
It's a fair request. Once all changes are approved, I can test this on:
In all three cases, the test would be to follow the instructions, confirm there's nothing weird in the diff before committing, commit, then make install / make run and confirm docs render correctly.
Trying to unblock this PR ...
I suggest to keep the instructions for starting out by manually cloning the starter pack in a separate, optional section. Let's recommend to use the script but also have instructions for "if you want to do it manually". We can then do a user survey later to see what people are actually doing.
Trying to unblock this PR ...
I suggest to keep the instructions for starting out by manually cloning the starter pack in a separate, optional section. Let's recommend to use the script but also have instructions for "if you want to do it manually". We can then do a user survey later to see what people are actually doing.
I went one step further - keep the instructions as they are, and release this as a beta feature for now. This removes the barrier of perfection and allows people to use the script with caution, if they like.
Hey @pmatulis I addressed the changes you requested. One of which looked good but was flagged out of scope by me and Ruth. How is it looking to you now?
@ColmBhandal Looks good but there is a linkcheck failure.
@ColmBhandal Looks good but there is a linkcheck failure.
That one is expected - it's linking to the online version of the page that we're adding in this PR.
@ColmBhandal Looks good but there is a linkcheck failure.
That one is expected - it's linking to the online version of the page that we're adding in this PR.
Yep- you can see the reasoning in this earlier comment.
@pmatulis Just waiting on your approval and will merge this then.
Thank you @ColmBhandal for the work you put into this one
@ColmBhandal Can you add this to the change log?
Setup Script again, from a fork.