Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation links to redirect from local GitHub documentation to the new Jahia Academy website. The change involves restructuring the documentation to be published on academy.jahia.com while maintaining compatibility.
- Updates all internal documentation links to point to academy.jahia.com URLs
- Adds JCR metadata headers to documentation pages for Academy publishing
- Removes obsolete local documentation structure files
- Adds GitHub workflow for automated documentation publishing
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/README.md | Updates tutorial links to academy.jahia.com |
| javascript-create-module/templates/module/README.md | Updates getting started guide links to academy.jahia.com |
| javascript-create-module/README.md | Updates getting started guide reference to academy.jahia.com |
| docs/README.md | Restructures main docs page with JCR metadata and simplified content |
| docs/3-reference/README.md | Removes reference section index page |
| docs/3-reference/2-naming-conventions/README.md | Adds new naming conventions documentation |
| docs/3-reference/1-cnd-format/README.md | Adds incomplete content marker |
| docs/2-guides/README.md | Removes guides section index page |
| docs/2-guides/2-island-architecture/README.md | Adds JCR metadata and updates title |
| docs/2-guides/1-building-a-feedback-form/README.md | Adds JCR metadata and updates internal links |
| docs/1-getting-started/README.md | Removes getting started index page |
| docs/1-getting-started/6-building-a-nav-bar/README.md | Adds JCR metadata |
| docs/1-getting-started/5-view-content-in-full-page/README.md | Adds JCR metadata and fixes navigation link |
| docs/1-getting-started/4-making-a-blog/README.md | Adds JCR metadata and fixes navigation link |
| docs/1-getting-started/3-the-about-us-page/README.md | Adds JCR metadata and fixes navigation link |
| docs/1-getting-started/2-making-a-hero-section/README.md | Adds JCR metadata and fixes navigation link |
| docs/1-getting-started/1-dev-environment/README.md | Adds JCR metadata and fixes navigation link |
| docs/1-getting-started/0-introduction/README.md | Adds new introduction page with JCR metadata |
| README.md | Updates main documentation link to academy.jahia.com |
| .github/workflows/push-docs.yml | Adds GitHub workflow for publishing docs to Academy |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
dgriffon
approved these changes
Sep 2, 2025
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.
Description
Oops
Checklist
Source code
Tests
Tip
Documentation to guide the reviews: How to do a code review