feat: 补充内容导航入口并新增考研准备与科研总览页 - #18
Merged
Merged
Conversation
- 侧边栏补全孤立页面入口:Git 入门、Linux 入门、C/C++ 入门 - 新增 /career/ 和 /research/ 侧边栏分区 - 新增考研通用准备页(career/postgraduate-exam) - 新增科研与实验室总览页(research/index) - 索引页补全子页面链接
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.
修改类型
修改页面
扫描发现以下内容缺口并修复:
内容孤岛(页面存在但无导航入口)
docs/development/git-basics.md(Git 入门):已存在但不在侧边栏docs/development/linux-basics.md(Linux 入门):已存在但不在侧边栏docs/study/cpp-basics.md(C/C++ 入门):已存在但不在侧边栏docs/career/index.md(升学与就业总览):已存在但侧边栏无/career/分区docs/research/lab-template.md(科研与实验室信息模板):已存在但侧边栏无/research/分区新增页面
docs/career/postgraduate-exam.md:考研通用准备(全国统考通用流程、时间线、信息来源,不涉及学校特定事实)docs/research/index.md:科研与实验室总览(通用准备方向,链接到待核验模板)索引页补全
docs/study/index.md:补充 C/C++ 入门链接docs/development/index.md:补充 Git 入门、Linux 入门链接,并列出相关页面docs/career/index.md:补充考研、保研相关页面链接事实来源
新增页面均为通用知识(考研全国统考流程、科研通用准备方向),不涉及学校特定事实。学校特定信息页面(保研、实验室信息)均保留为
status: active/needs-review并指向公开来源或待核验模板。风险确认
已执行检查
pnpm check(除本机 pnpm store 环境问题外全部通过:typecheck / validate:content / check:materials / check:links / test(24) / build 均通过;markdownlint 与 prettier 仅对本地.pnpm-store目录误报,docs 文件全部干净)pnpm build截图
无 UI 变更。