Skip to content

Commit 7a0a783

Browse files
committed
Remove async-queue-closure-job docs and sidebar links
Deleted async-queue-closure-job documentation files in all supported languages and removed their links from the respective sidebars. This cleans up references to the component from the documentation site. Co-Authored-By: Deeka Wong <[email protected]>
1 parent aae5790 commit 7a0a783

File tree

8 files changed

+0
-1520
lines changed

8 files changed

+0
-1520
lines changed

docs/.vitepress/src/en/sidebars.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ const sidebar:DefaultTheme.Sidebar = {
99
text: 'Amqp Job',
1010
link: '/en/components/amqp-job.md'
1111
},
12-
{
13-
text: 'Async Queue Closure Job',
14-
link: '/en/components/async-queue-closure-job.md'
15-
},
1612
{
1713
text: 'Cache',
1814
link: '/en/components/cache.md'

docs/.vitepress/src/zh-cn/sidebars.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ const sidebar:DefaultTheme.Sidebar = {
2222
text: 'Amqp Job',
2323
link: '/zh-cn/components/amqp-job.md'
2424
},
25-
{
26-
text: 'Async Queue Closure Job',
27-
link: '/zh-cn/components/async-queue-closure-job.md'
28-
},
2925
{
3026
text: 'Cache',
3127
link: '/zh-cn/components/cache.md'

docs/.vitepress/src/zh-hk/sidebars.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ const sidebar:DefaultTheme.Sidebar = {
2222
text: 'Amqp Job',
2323
link: '/zh-hk/components/amqp-job.md'
2424
},
25-
{
26-
text: 'Async Queue Closure Job',
27-
link: '/zh-hk/components/async-queue-closure-job.md'
28-
},
2925
{
3026
text: 'Cache',
3127
link: '/zh-hk/components/cache.md'

docs/.vitepress/src/zh-tw/sidebars.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ const sidebar:DefaultTheme.Sidebar = {
2222
text: 'Amqp Job',
2323
link: '/zh-tw/components/amqp-job.md'
2424
},
25-
{
26-
text: 'Async Queue Closure Job',
27-
link: '/zh-tw/components/async-queue-closure-job.md'
28-
},
2925
{
3026
text: 'Cache',
3127
link: '/zh-tw/components/cache.md'

0 commit comments

Comments
 (0)