Skip to content

Commit

Permalink
fix: 搜索功能修复
Browse files Browse the repository at this point in the history
  • Loading branch information
isboyjc committed Sep 4, 2020
1 parent 9efaf1e commit cf15f2e
Show file tree
Hide file tree
Showing 21 changed files with 520 additions and 510 deletions.
18 changes: 18 additions & 0 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,22 @@ export default defineConfig({
null,
{ title: 'GitHub', path: 'https://github.com/juejin-im/open-source' },
],
// menus: {
// '/periodical': [
// {
// title: '第二期',
// children: ['periodical/Cesiumjs'],
// },
// {
// title: '第一期',
// children: [
// 'periodical/Cube-UI',
// 'periodical/Husky',
// 'periodical/Remaxjs',
// 'periodical/Soar',
// 'periodical/Yapi',
// ],
// },
// ],
// },
});
4 changes: 2 additions & 2 deletions docs/about/index.zh-CN.md → docs/about/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 关于我们
title: 关于
nav:
title: 关于我们
title: 关于
order: 1000
---

Expand Down
7 changes: 4 additions & 3 deletions docs/card/index.zh-CN.md → docs/card/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: 开源卡片
title: 项目
sidemenu: false
nav:
title: 开源卡片
order: 100
title: 项目
order: 1
---

```jsx | inline
Expand Down
2 changes: 1 addition & 1 deletion docs/index.zh-CN.md → docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
desc: 你是不是有那么一瞬间看到一个很好的开源项目,但又不轻易间离去后忘记。那么来这里找找看吧。
actions:
- text: 查看期刊
link: /periodical/1
link: /periodical
features:
- icon: https://gw.alipayobjects.com/zos/bmw-prod/881dc458-f20b-407b-947a-95104b5ec82b/k79dm8ih_w144_h144.png
title: 惊艳
Expand Down
Loading

0 comments on commit cf15f2e

Please sign in to comment.