Skip to content

Commit

Permalink
Restructure docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mostmand committed Jul 29, 2024
1 parent 39f13d0 commit ba99906
Show file tree
Hide file tree
Showing 89 changed files with 248 additions and 200 deletions.
25 changes: 19 additions & 6 deletions star-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ const config: Config = {
[
'@docusaurus/plugin-content-docs',
{
id: 'onboarding',
path: 'onboarding',
routeBasePath: 'onboarding',
sidebarPath: './sidebarsOnboarding.ts'
id: 'people',
path: 'people',
routeBasePath: 'people',
sidebarPath: './sidebarsPeople.ts'
}
],
[
Expand All @@ -56,6 +56,15 @@ const config: Config = {
sidebarPath: './sidebarsDocuments.ts'
}
],
[
'@docusaurus/plugin-content-docs',
{
id: 'engineering',
path: 'engineering',
routeBasePath: 'engineering',
sidebarPath: './sidebarsEngineering.ts'
}
],
],

presets: [
Expand Down Expand Up @@ -105,8 +114,12 @@ const config: Config = {
to: '/team',
},
{
label: 'شروع به کار',
to: '/onboarding/intro',
label: 'منابع انسانی',
to: '/people/intro',
},
{
label: 'مهندسی',
to: '/engineering/intro',
},
{
label: 'مستندات',
Expand Down
1 change: 1 addition & 0 deletions star-docs/engineering/01-intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# مهندسی
3 changes: 3 additions & 0 deletions star-docs/engineering/02-checklists/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"label": "چک لیست‌ها"
}
Loading

0 comments on commit ba99906

Please sign in to comment.