Adding docmd#8
Open
Tiltann wants to merge 14 commits intoSamMethot:mainfrom
Open
Conversation
Co-authored-by: Copilot <copilot@github.com>
…rent from another Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…nd additional settings Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request
What This Changes
This PR adds docmd as the static site generator for this repo and wires up GitHub Pages deployment. It configures the navigation tree to mirror the existing folder structure (01-basics → 10-first-projects), sets a theme, enables the git plugin (edit links, last-updated, recent commits), and ships the footer. It also sets up a prebuild step so README.md becomes the published site's homepage, which removes the duplication between the GitHub repo readme and a separate docs landing page. INDEX.md is renamed to FULL-INDEX.md because docmd reserves index.md for the homepage path.
Type Of Change
Other:
Lesson(s) Affected
Testing
Tone Check
The lesson-style items don't apply — this PR is tooling and config, not lesson content.
Updated Index?
INDEX.md was renamed to FULL-INDEX.md so docmd's homepage convention (index.md) doesn't collide with the manual table-of-contents file. The full index is now reachable at /full-index on the deployed site.
Additional Notes
Important Note
To make this work you need to change the Repository Settings
Settings -> Pages -> Source to "Github Actions"