Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Pages/Jekyll documentation set by ensuring the dev docs pages are processed and rendered correctly, and by aligning the site configuration with the project-site URL structure.
Changes:
- Add Jekyll front matter (
layout,title) to multipledocs/dev_docs/*.mdpages so they render as site pages. - Update
docs/_config.ymlto setbaseurl: "/prism"for the project site.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs/dev_docs/style-guide-sources.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/static-analysis-scope.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/source-evaluation-matrix.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/roadmap.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/provenance-tracking.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/contributing.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/completed-plans.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/cli-targets.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/ci-starter-workflows.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/changelog.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/architecture.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/annotation-quality-workoff.md | Adds Jekyll front matter and title metadata. |
| docs/dev_docs/README.md | Adds Jekyll front matter and title metadata. |
| docs/_config.yml | Adjusts GitHub Pages baseurl to /prism. |
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.
No description provided.