How to get prerequisite guide steps inside a prerequisite guide?
I have a guide (of a general process) that has a couple of prerequisite guides at the start. I am trying to include this general process guide as a prerequisite for another build guide. However, the prerequisite steps of the general process don’t appear when in the top-level build guide (but they do in the general process guide). How can I get them too?
- Top Level Guide
- General Process Guide
- Prerequisite 1
- Prerequisite 2
- General Process Guide
One method would be to include the prerequisite guides of the low-level general process guides as prerequisite guides of the top-level but this would remove the great advantage of modularity. I would like the general process guide to be included in many top-level guides. The idea was that any changes to the low-level prerequisite would filter to all top-level guides.
Is this a good question?