Skip to content

Commit ca9610c

Browse files
authored
docs: add contributing link from html docs back to github (#2145)
1 parent 9e1155c commit ca9610c

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ function extendSideNav(current: SidebarItem): SidebarItem[] {
4444
text: 'Team',
4545
link: '/about/team',
4646
},
47+
{
48+
text: 'Contributing',
49+
link: '/about/contributing',
50+
},
4751
],
4852
},
4953
];
@@ -155,6 +159,10 @@ const config = defineConfig({
155159
text: 'Team',
156160
link: '/about/team',
157161
},
162+
{
163+
text: 'Contributing',
164+
link: '/about/contributing',
165+
},
158166
],
159167
},
160168
{
@@ -230,6 +238,10 @@ const config = defineConfig({
230238
text: 'Team',
231239
link: '/about/team',
232240
},
241+
{
242+
text: 'Contributing',
243+
link: '/about/contributing',
244+
},
233245
],
234246
}),
235247
},

docs/about/contributing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
editLink: false
3+
---
4+
5+
# Contributing
6+
7+
We welcome new contributors! For more information see the [Contributing](https://github.com/faker-js/faker/blob/next/CONTRIBUTING.md) file on Github. All contributors are expected to follow the [Code of Conduct](https://github.com/faker-js/faker/blob/next/CODE_OF_CONDUCT.md)

0 commit comments

Comments
 (0)