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.
What it Does
How I Tested
Part 1: Create the Link for the Tutorials
<doc:Tutorial-Table-of-Contents>
command. (Note that the hyperlink comes out as "Getting Started")Part 2: Check site hosting is still working
--hosting-base-path "Basic-Car-Maintenance"
becomes--hosting-base-path ""
build-docc.sh
script/usr/bin/python3 -m http.server -d .docs
localhost:8000
into the URL barNotes
docc process-archive transform-for-static-hosting
command. The build script at the bottom has the command'<script>window.location.href += "documentation/basic_car_maintenance"</script>' > .docs/index.html
which means start at the Documentation side of the DocC hosting.Screenshot
The following show the documentation loaded via "local host" in private browsing in Safari (so that browser doesn't accidentally cache previous attempts at loading the page).