Skip to content

Commit

Permalink
格式文案优化
Browse files Browse the repository at this point in the history
  • Loading branch information
rwZhouYu committed Dec 20, 2023
1 parent 9bc1157 commit 8ed741d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions src/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@ export default sidebar({
],
/*Java新特性*/
"/java-features": [
/*最新发布*/
{
text: "总目录",
link: "/java-features",
},
{text: "总目录", link: "/java-features"},
{
text: "Java 9",
// link: "/java-features/java9/",
prefix: "/java-features/java9/",
text: "Java 9", link: "/java-features/java9/", prefix: "/java-features/java9/",
children: [
{text: "交互式编程环境JShell", link: "jep222-jshell"},
{text: "不可变集合的快捷创建方法", link: "jep269-convenience-factory-methods-for-collections"},
Expand Down
2 changes: 1 addition & 1 deletion src/java-features/Java9/jep222-jshell.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# 信息 Frontmatter 配置
title: Java 9 新特性:交互式编程环境JShell
shortTitle: 交互式编程环境JShell
#shortTitle: 交互式编程环境JShell
order: 222
dir.text: Java 9
---
Expand Down

0 comments on commit 8ed741d

Please sign in to comment.