Skip to content

Commit

Permalink
add starbook
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 16, 2024
1 parent 54dd384 commit 4e52a80
Show file tree
Hide file tree
Showing 47 changed files with 37 additions and 35 deletions.
File renamed without changes
File renamed without changes
23 changes: 23 additions & 0 deletions docs/course/starbook/starbook.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
slug: '/course/starbook'
title: '实战教程-星辰英语本'
hide_title: true
sidebar_position: 1
---

















Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ sidebar_position: 0

本章节资料会陆续更新,也欢迎感兴趣的老师们们踊跃报名分享学习资料!

参与方式:通过`PR`的方式提交即可
参与方式:将您的教程通过`PR`的方式提交,我们将提供全程协助

仓库地址:https://github.com/gogf/gf-site

import DocCardList from '@theme/DocCardList';

<DocCardList />



Expand Down
25 changes: 0 additions & 25 deletions docs/course/社区教程/starbook/starbook.md

This file was deleted.

File renamed without changes.
4 changes: 3 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,13 @@ const config: Config = {
to: '/course',
items: [
{
sidebarId: 'courseSidebar',
label: '视频入门教程',
to: '/course/bilibili-video',
},
{
label: '星辰英语本⭐️',
sidebarId: 'courseStarBookSidebar',
label: '实战教程-星辰英语本',
to: '/course/starbook',
},
],
Expand Down
15 changes: 10 additions & 5 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ const sidebars: SidebarsConfig = {
dirName: 'quick'
}
],
courseSidebar: [{
type: 'autogenerated',
dirName: 'course'
}
],
courseSidebar: [
'course/社区教程',
'course/视频入门教程',
'course/starbook/starbook',
],
courseStarBookSidebar: [{
type: 'autogenerated',
dirName: 'course/starbook'
}
],
releaseSidebar: [{
type: 'autogenerated',
dirName: 'release'
Expand Down

0 comments on commit 4e52a80

Please sign in to comment.