Skip to content

Commit

Permalink
feat: 首页修改
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangAhua committed Sep 1, 2023
1 parent 6048c94 commit b2a6ede
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,36 @@ const features = [
</>
),
},
{
title: 'API',
imageUrl: 'img/index/api.svg',
url:'docs/api/openapi/openapi-agent-develop',
description: (
<>
洞态api的使用简介
</>
),
},
{
title: '开发者文档',
imageUrl: 'img/index/wendang.svg',
url:'docs/development/dongtai-java-agent-doc/',
description: (
<>
这是 Dongtai-Java-Agent 的官方文档,在这里你将了解到关于 Dongtai-Java-Agent 的相关介绍
</>
),
},
{
title: '更新日志',
imageUrl: 'img/index/rizhi.svg',
url:'docs/changelog/release-note',
description: (
<>
洞态发版通知
</>
),
},
];


Expand Down
4 changes: 4 additions & 0 deletions static/img/index/api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions static/img/index/rizhi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/img/index/wendang.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2a6ede

Please sign in to comment.