Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Nov 22, 2024
2 parents e6f1c36 + 930d6b9 commit 7401d00
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 211 deletions.
65 changes: 26 additions & 39 deletions .vitepress/config/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,45 +86,32 @@ const nav: DefaultTheme.NavItem[] = [
activeMatch: `^/(about|community)/`,
items: [
{
text: 'Community',
items: [
{
text: 'Leaf Community',
link: '/community/',
},
{
text: 'Contribute to Leaf',
link: '/community/contribute',
},
{
text: 'Community Guides',
link: '/community/guide',
},
{
text: 'Contribute to docs',
link: '/community/docs-writing-guide',
},
{
text: 'Changelog',
link: '/community/releases',
},
// {
// text: 'Project Showcase',
// link: '/community/showcase',
// },
{
text: 'Blog',
link: 'https://blog.leafphp.dev',
},
{
text: 'Team',
link: '/community/team',
},
{
text: 'FAQ',
link: '/community/faq',
},
],
text: 'Leaf Community',
link: '/community/',
},
{
text: 'Contribute to Leaf',
link: '/community/guide',
},
{
text: 'Changelog',
link: '/community/releases',
},
// {
// text: 'Project Showcase',
// link: '/community/showcase',
// },
{
text: 'Blog',
link: 'https://blog.leafphp.dev',
},
{
text: 'Team',
link: '/community/team',
},
{
text: 'FAQ',
link: '/community/faq',
},
],
},
Expand Down
41 changes: 0 additions & 41 deletions src/community/contribute.md

This file was deleted.

Loading

0 comments on commit 7401d00

Please sign in to comment.