diff options
| author | Matt Mayer <[email protected]> | 2023-05-11 13:57:21 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-11 08:57:21 +0200 |
| commit | ca9610c597534ee31ac4a3a7660343f388eed121 (patch) | |
| tree | 851fec393f4e0bcedaf2ad228951b54b57a96f20 /docs | |
| parent | 9e1155ceb59b132d291b9d11be279896633cfb62 (diff) | |
| download | faker-ca9610c597534ee31ac4a3a7660343f388eed121.tar.xz faker-ca9610c597534ee31ac4a3a7660343f388eed121.zip | |
docs: add contributing link from html docs back to github (#2145)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/config.ts | 12 | ||||
| -rw-r--r-- | docs/about/contributing.md | 7 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 4769665f..f43896de 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -44,6 +44,10 @@ function extendSideNav(current: SidebarItem): SidebarItem[] { text: 'Team', link: '/about/team', }, + { + text: 'Contributing', + link: '/about/contributing', + }, ], }, ]; @@ -155,6 +159,10 @@ const config = defineConfig({ text: 'Team', link: '/about/team', }, + { + text: 'Contributing', + link: '/about/contributing', + }, ], }, { @@ -230,6 +238,10 @@ const config = defineConfig({ text: 'Team', link: '/about/team', }, + { + text: 'Contributing', + link: '/about/contributing', + }, ], }), }, diff --git a/docs/about/contributing.md b/docs/about/contributing.md new file mode 100644 index 00000000..a648f93a --- /dev/null +++ b/docs/about/contributing.md @@ -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) |
