Add navigation data for new homepage - #1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a _data/navigation.yml data file intended to drive the site’s main navigation for the homepage.
Changes:
- Introduces
mainnavigation entries (About, News, Publications, etc.) with fragment links. - Adds a Chinese navigation entry.
Suppressed comments (3)
_data/navigation.yml:16
- These navigation entries point to anchors that don’t exist anywhere in the repo (no matching headings/ids were found), so they will be dead links. Either add the corresponding sections to the homepage or remove these items until they exist.
- title: "Honors and Awards"
url: "/#-honors-and-awards"
- title: "Educations"
url: "/#-educations"
_data/navigation.yml:19
- This navigation entry points to an anchor that doesn’t exist anywhere in the repo (no matching heading/id was found), so it will be a dead link. Either add the corresponding section to the homepage or remove this item until it exists.
- title: "Research Grants"
url: "/#-research-grants"
_data/navigation.yml:22
/cn/doesn’t exist in the repo; the Chinese page appears to be generated fromch_index.mdand is linked elsewhere asch_index.html. This nav link will 404 as-is.
- title: "中文"
url: "/cn/"
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+6
to
+10
| - title: "News" | ||
| url: "/#-news" | ||
|
|
||
| - title: "Publications" | ||
| url: "/#-publications" |
| @@ -0,0 +1,22 @@ | |||
| # main links links | |||
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.