Moving to the new top down make-link gitbuilding syntax #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Compiled Documentation
De-duplication
Note that there is now considerably less duplication of information. As the shelves that are used no longer need to be explicitly mentioned in the configuration page, or the 3D printing page.
With this syntax a page can be made for each possible shelf. Only the final construction and the wiring paged need to be written for the specific configuration. All prior pages will be updated/append automatically.
The configuration page
Note that the configuration page can now use a page list to list the tagged shelves, the printing step link, and all the shelf step links are no longer needed:
This information is still on the page. And the page ordering is still correct in the navigation:
The 3D printing page
The parts that are needed to 3D print are now automatically added to a template page. This not only reduces the need to duplicated this information. It also allows the material quantity to be passed through with the STL and totalled on the page, for a more robust bill of materials:
With the final page rendering as:
Note that neither the 3D printing page nor the configuration page should need changing for different Nimble configurations.
GitBuilding changes
This MR relies on the new master branch of GitBuilding. Specifically on the make-link syntax added in MR !194 and the make-link templates for manufacturing processes added in MR !195.