Skip to content

Commit

Permalink
slug
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Oct 29, 2024
1 parent 065bf96 commit ec4f25c
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions docs/1-框架设计/1-框架设计.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: '/design'
title: '框架设计'
sidebar_position: 1
hide_title: true
Expand Down
1 change: 1 addition & 0 deletions docs/3-开发工具/3-开发工具.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: '/cli'
title: '开发工具'
sidebar_position: 3
hide_title: true
Expand Down
1 change: 1 addition & 0 deletions docs/4-核心组件/4-核心组件.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: '/core'
title: '核心组件(🔥重点🔥)'
sidebar_position: 4
hide_title: true
Expand Down
1 change: 1 addition & 0 deletions docs/6-微服务开发/6-微服务开发.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: '/micro'
title: '微服务开发'
sidebar_position: 6
hide_title: true
Expand Down
1 change: 1 addition & 0 deletions docs/7-WEB服务开发/0-开始使用.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: '/web'
title: '开始使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sidebar_position: 0
hide_title: true
---

## 基本介绍

`GoFrame` 实现了标准化的分布式链路跟踪( `Distributed Tracing`)特性。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ hide_title: true

监控告警特性从框架 `v2.7` 版本开始提供。

## 基本介绍

开发者通过 `GoFrame` 框架可以快速地实现监控指标及指标暴露。


2 changes: 1 addition & 1 deletion docs/9-服务可观测性/9-服务可观测性.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
slug: '/obs'
title: '服务可观测性'
sidebar_position: 9
hide_title: true
---

## 基本介绍

作为一款工程完备的开发框架,开发者通过 `GoFrame` 可以非常简便地实现服务的可观测特性。

Expand Down
12 changes: 6 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,27 +162,27 @@ const config: Config = {
items: [
{
label: '框架设计',
to: '/docs/框架设计',
to: '/docs/design',
},
{
label: '开发工具',
to: '/docs/开发工具',
to: '/docs/cli',
},
{
label: '组件手册',
to: '/docs/核心组件',
to: '/docs/core',
},
{
label: '微服务开发',
to: '/docs/微服务开发',
to: '/docs/micro',
},
{
label: 'WEB服务开发',
to: '/docs/WEB服务开发',
to: '/docs/web',
},
{
label: '服务可观测性',
to: '/docs/服务可观测性',
to: '/docs/obs',
},
],
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
slug: 'index'
title: '代码与文档贡献'
slug: '/pr'
title: '代码文档贡献'
sidebar_position: 1
hide_title: true
---
Expand Down
2 changes: 1 addition & 1 deletion supportus/1-加入社区团队.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: 'team'
slug: '/team'
title: '加入社区团队'
sidebar_position: 2
hide_title: true
Expand Down
1 change: 1 addition & 0 deletions supportus/donate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
slug: '/donate'
title: '来杯咖啡'
sidebar_position: 0
hide_title: true
Expand Down

0 comments on commit ec4f25c

Please sign in to comment.