Reorg NPM package dependencies, rename site folder to docsy.dev#2337
Merged
chalin merged 5 commits intogoogle:mainfrom Oct 16, 2025
Merged
Reorg NPM package dependencies, rename site folder to docsy.dev#2337chalin merged 5 commits intogoogle:mainfrom
chalin merged 5 commits intogoogle:mainfrom
Conversation
c232a99 to
c38509f
Compare
c38509f to
5cc2822
Compare
3b3d7d2 to
71a3daf
Compare
2315f1a to
b8a5856
Compare
b8a5856 to
b9e80b4
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR reorganizes the repository structure by renaming the userguide folder to docsy.dev and restructuring NPM package dependencies to address peer dependency issues. The website is now configured as a private workspace subpackage, with non-essential dependencies moved from the root package to the website subpackage.
Key changes:
- Renamed
userguidedirectory todocsy.devthroughout the codebase - Converted the repository to use NPM workspaces with
docsy.devas a private subpackage - Moved development dependencies (hugo-extended, netlify-cli, npm-check-updates, cross-env) from root peer dependencies to the docsy.dev subpackage
- Streamlined NPM scripts to use
cd:docsy.devinstead ofcd:docs
Reviewed Changes
Copilot reviewed 19 out of 90 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Configured workspaces, removed peer dependencies, moved tools to subpackage, updated script references |
| docsy.dev/package.json | Added development dependencies previously in root, marked as private package |
| netlify.toml | Updated build commands and publish directory path |
| scripts/make-site.sh | Added cSpell ignore comment for script-specific terms |
| docsy.dev/scripts/install-hugo.sh | Updated Hugo version detection to read from config object |
| docsy.dev/static/refcache.json | Updated cached URL references from userguide to docsy.dev |
| docsy.dev/hugo.yaml | Updated github_subdir parameter |
| docsy.dev/content/* | Updated documentation references to use new folder name |
| docker-compose.yaml | Updated image name and volume mount paths |
| Dockerfile | Updated working directory paths |
| README.md | Updated quick start instructions |
| CONTRIBUTING.md | Updated release process documentation |
| .vscode/cspell.json | Added nvmrc to spelling dictionary |
| .github/workflows/*.yaml | Updated workflow scripts and added artifact uploads |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
293704a to
b67ee53
Compare
b67ee53 to
945745a
Compare
This was referenced Oct 16, 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.
userguidetodocsy.dev, since that's what it is: it's a subpackage to build the website