Skip to content

Commit

Permalink
docs: add contributing link from html docs back to github (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored May 11, 2023
1 parent 9e1155c commit ca9610c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ function extendSideNav(current: SidebarItem): SidebarItem[] {
text: 'Team',
link: '/about/team',
},
{
text: 'Contributing',
link: '/about/contributing',
},
],
},
];
Expand Down Expand Up @@ -155,6 +159,10 @@ const config = defineConfig({
text: 'Team',
link: '/about/team',
},
{
text: 'Contributing',
link: '/about/contributing',
},
],
},
{
Expand Down Expand Up @@ -230,6 +238,10 @@ const config = defineConfig({
text: 'Team',
link: '/about/team',
},
{
text: 'Contributing',
link: '/about/contributing',
},
],
}),
},
Expand Down
7 changes: 7 additions & 0 deletions docs/about/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
editLink: false
---

# Contributing

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 comments on commit ca9610c

Please sign in to comment.