remove release-0.4 docs#127
Merged
Merged
Conversation
✅ Deploy Preview for gorse-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull Request Overview
This pull request restructures the documentation by removing the version-specific "release-0.4" and "master" directory structure in favor of a flatter, more maintainable documentation hierarchy. The changes include removing old versioned documentation paths, adding comprehensive new documentation files for both English and Chinese versions, and updating all internal links to point to the new structure.
- Removes versioned documentation directories (
master/) from both English and Chinese docs - Migrates all documentation to a simpler directory structure without version folders
- Updates navigation links in homepage files to point to
/docs/instead of/docs/master/ - Adds extensive new documentation covering quick start, deployment, configuration, concepts, APIs, and more
Reviewed Changes
Copilot reviewed 17 out of 75 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| vercel.json | Removes Vercel configuration file (silent mode setting) |
| src/zh/posts/github-recommender-system.md | Adds new Chinese blog post about refactoring GitHub recommendation system with Gorse 0.5 |
| src/zh/docs/quick-start.md | Adds Chinese quick start guide |
| src/zh/docs/master/* | Removes old master directory structure including sidebar and README |
| src/zh/docs/*.md | Adds comprehensive Chinese documentation files for deployment, configuration, concepts, APIs, etc. |
| src/zh/docs/.gitignore | Removes gitignore that excluded all except master directory |
| src/zh/README.md | Updates documentation link from /zh/docs/master/ to /zh/docs/ |
| src/docs/* | Mirrors all Chinese documentation changes in English |
| src/README.md | Updates documentation link from /docs/master/ to /docs/ |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.