[WIP] Update VitePress documentation site for version 1.2#13
[WIP] Update VitePress documentation site for version 1.2#13lanari merged 2 commits intodev-lanari-1from
Conversation
Co-authored-by: lanari <54409312+lanari@users.noreply.github.com>
* update getting started * Update documentation.md * update repo * Update to 1.2 * minor update * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * [WIP] WIP addressing feedback on Dev lanari 1 PR (#11) * Initial plan * Fix typo: change 'figure bellow' to 'figure below' in tutorials.md Co-authored-by: lanari <54409312+lanari@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lanari <54409312+lanari@users.noreply.github.com> * Initial plan (#12) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * [WIP] Update VitePress documentation site for version 1.2 (#13) * Initial plan * Changes before error encountered Co-authored-by: lanari <54409312+lanari@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lanari <54409312+lanari@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the VitePress documentation site content and metadata in preparation for the 1.2 documentation release, primarily by fixing internal links, headings, and a typo, and aligning the npm package license string with SPDX.
Changes:
- Update internal documentation links to VitePress-friendly routes (remove
.html, add section anchor). - Fix “Table of content(s)” heading wording and correct a typo in EPMA docs.
- Change
package.jsonlicense value to an SPDX identifier (GPL-3.0-or-later).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the declared license string to an SPDX-compatible identifier. |
| getting-started-2.md | Fixes internal links to use VitePress routes and anchors. |
| doc-laicpms.md | Corrects “Table of content” heading wording. |
| doc-epma.md | Corrects “Table of content” heading wording and fixes a typo (“destimation” → “destination”). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "license": "GPL-3.0-or-later" | ||
| } No newline at end of file |
There was a problem hiding this comment.
package.json now declares an SPDX license (GPL-3.0-or-later), but the repository still doesn’t include a corresponding LICENSE file. This leaves the published package/docs site in an inconsistent state (declared license without the actual license text). Add a LICENSE file (GPLv3+ text) or adjust the SPDX identifier to match the license text you intend to ship.
/tutorials.html#...to VitePress route/tutorials.htmlto/tutorials💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.