Skip to content

Commit

Permalink
add slug for all docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Oct 31, 2024
1 parent 0f3a4f1 commit 67c30aa
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/core/gi18n/usage'
slug: '/core/gi18n/example'
title: 'I18N国际化-使用介绍'
sidebar_position: 1
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gmap/usage'
slug: '/components/container/gmap/example'
title: '字典类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/garray/usage'
slug: '/components/container/garray/example'
title: '数组类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gset/usage'
slug: '/components/container/gset/example'
title: '集合类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/glist/usage'
slug: '/components/container/glist/example'
title: '链表类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gvar/usage'
slug: '/components/container/gvar/example'
title: '泛型类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gtype/usage'
slug: '/components/container/gtype/example'
title: '安全类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gqueue/usage'
slug: '/components/container/gqueue/example'
title: '队列类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gtree/usage'
slug: '/components/container/gtree/example'
title: '树形类型-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gpool/usage'
slug: '/components/container/gpool/example'
title: '对象复用-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/container/gring/usage'
slug: '/components/container/gring/example'
title: '并发安全环-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/os/gtimer/usage'
slug: '/components/os/gtimer/example'
title: '定时器-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/os/gproc/usage'
slug: '/components/os/gproc/example'
title: '进程管理-基本使用'
sidebar_position: 0
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/os/gtime/funcs'
slug: '/components/os/gtime/common-funcs'
title: '时间管理-工具方法'
sidebar_position: 2
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/os/gcron/usage'
slug: '/components/os/gcron/example'
title: '定时任务-基本使用'
sidebar_position: 1
hide_title: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: '/components/text/gregex/usage'
slug: '/components/text/gregex/example'
title: '正则表达式-基本使用'
sidebar_position: 0
hide_title: true
Expand Down

0 comments on commit 67c30aa

Please sign in to comment.