Skip to content

Commit

Permalink
Fix broken links (#7)
Browse files Browse the repository at this point in the history
* Add some empty documents for onboarding and team

* Fix broken links
  • Loading branch information
mostmand authored Jun 2, 2024
1 parent c39c29b commit 8d622e8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions star-docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,15 @@ const config: Config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'مستندات',
items: [
{
label: 'مستندات',
to: '/docs/intro',
label: 'درباره‌ی واحد',
to: '/team/about-team',
},
{
label: 'شروع به کار',
to: '/onboarding/intro',
},
],
}
Expand Down

0 comments on commit 8d622e8

Please sign in to comment.