Skip to content

Commit 25c7454

Browse files
committed
feat: update layout and documentation titles
- Add new links for Home and Dashboard in layout configuration - Change titles in API reference documentation to "Overview" for clarity
1 parent a77f2b3 commit 25c7454

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

app/layout.config.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ export const baseOptions: BaseLayoutProps = {
2424
),
2525
},
2626
links: [
27+
{
28+
text: 'Home',
29+
url: 'https://multipost.app',
30+
active: 'nested-url',
31+
},
32+
{
33+
text: 'Dashboard',
34+
url: 'https://multipost.app/dashboard',
35+
active: 'nested-url',
36+
},
2737
// {
2838
// text: 'Documentation',
2939
// url: '/docs',

content/docs/api-reference/extension.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 使用扩展接口
2+
title: Overview
33
---
44

55
## 原理介绍

content/docs/api-reference/web.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Web API
2+
title: Overview
33
---
44

55
## 原理介绍

0 commit comments

Comments
 (0)