Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR restructures the documentation infrastructure by moving VitePress from the backend to the repository root, establishing a centralized documentation site. It also adds game assets via Git LFS, updates dependencies, and improves CI workflow efficiency.
- Centralized documentation setup with VitePress at root level
- Added comprehensive authentication flow documentation with Mermaid diagrams
- Integrated game story/music documentation and Git LFS for binary assets
- Updated dependencies and improved CI workflow path filtering
Reviewed Changes
Copilot reviewed 15 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
package.json |
Moved VitePress configuration to root workspace, added documentation scripts and Mermaid dependencies |
.npmrc |
Added public-hoist-pattern for VitePress peer dependencies |
docs/.vitepress/config.ts |
Created VitePress configuration with navigation and sidebar for backend reference and game documentation |
docs/backend-reference/flows/authentication.md |
Added comprehensive authentication flow documentation with sequence diagrams |
docs/game/story.md |
Added game story and world overview documentation |
docs/game/music.md |
Added music documentation and identity |
backend/package.json |
Removed VitePress-related scripts and dependencies, updated package versions |
.gitattributes |
Configured Git LFS for media files (mp3, wav, gltf, glb, pdf) |
.github/workflows/godot-ci.yml |
Added path filtering to only run on game directory changes |
game/models/**/*.glb & game/models/player/eform.gltf |
Added game models via Git LFS |
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.