From ca9610c597534ee31ac4a3a7660343f388eed121 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Thu, 11 May 2023 13:57:21 +0700 Subject: [PATCH] docs: add contributing link from html docs back to github (#2145) --- docs/.vitepress/config.ts | 12 ++++++++++++ docs/about/contributing.md | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 docs/about/contributing.md diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 4769665fef3..f43896de465 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 00000000000..a648f93a1cc --- /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)