Skip to content

Commit 7401d00

Browse files
committed
Merge branch 'staging'
2 parents e6f1c36 + 930d6b9 commit 7401d00

File tree

7 files changed

+64
-211
lines changed

7 files changed

+64
-211
lines changed

.vitepress/config/navbar.ts

Lines changed: 26 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -86,45 +86,32 @@ const nav: DefaultTheme.NavItem[] = [
8686
activeMatch: `^/(about|community)/`,
8787
items: [
8888
{
89-
text: 'Community',
90-
items: [
91-
{
92-
text: 'Leaf Community',
93-
link: '/community/',
94-
},
95-
{
96-
text: 'Contribute to Leaf',
97-
link: '/community/contribute',
98-
},
99-
{
100-
text: 'Community Guides',
101-
link: '/community/guide',
102-
},
103-
{
104-
text: 'Contribute to docs',
105-
link: '/community/docs-writing-guide',
106-
},
107-
{
108-
text: 'Changelog',
109-
link: '/community/releases',
110-
},
111-
// {
112-
// text: 'Project Showcase',
113-
// link: '/community/showcase',
114-
// },
115-
{
116-
text: 'Blog',
117-
link: 'https://blog.leafphp.dev',
118-
},
119-
{
120-
text: 'Team',
121-
link: '/community/team',
122-
},
123-
{
124-
text: 'FAQ',
125-
link: '/community/faq',
126-
},
127-
],
89+
text: 'Leaf Community',
90+
link: '/community/',
91+
},
92+
{
93+
text: 'Contribute to Leaf',
94+
link: '/community/guide',
95+
},
96+
{
97+
text: 'Changelog',
98+
link: '/community/releases',
99+
},
100+
// {
101+
// text: 'Project Showcase',
102+
// link: '/community/showcase',
103+
// },
104+
{
105+
text: 'Blog',
106+
link: 'https://blog.leafphp.dev',
107+
},
108+
{
109+
text: 'Team',
110+
link: '/community/team',
111+
},
112+
{
113+
text: 'FAQ',
114+
link: '/community/faq',
128115
},
129116
],
130117
},

src/community/contribute.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)