From 153ab42d90cd391192aec97d503295c6ad323d7d Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Mon, 11 Sep 2023 08:20:44 -0500 Subject: [PATCH] Added back contributors.md and removed redirect Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- docs/getting-started/contributors.md | 14 ++++++++++++++ microsite/docusaurus.config.js | 4 ---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 docs/getting-started/contributors.md diff --git a/docs/getting-started/contributors.md b/docs/getting-started/contributors.md new file mode 100644 index 0000000000..123958d440 --- /dev/null +++ b/docs/getting-started/contributors.md @@ -0,0 +1,14 @@ +--- +id: contributors +title: Contributors +# prettier-ignore +description: Documentation on how to get set up for doing development on the Backstage repository +--- + +Our vision for Backstage is for it to become the trusted standard toolbox (read: UX layer) for the open source infrastructure landscape. Think of it like Kubernetes for developer experience. We realize this is an ambitious goal. We can’t do it alone. + +Therefore we want to create a strong community of contributors -- all working together to create the kind of delightful experience that our developers deserve. + +Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. ❤️ + +To get you started we've put together a [Contributors Guide in the Backstage GitHub repo](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md) that has all the information you need diff --git a/microsite/docusaurus.config.js b/microsite/docusaurus.config.js index bd1b59ce97..a55ad01a35 100644 --- a/microsite/docusaurus.config.js +++ b/microsite/docusaurus.config.js @@ -139,10 +139,6 @@ module.exports = { from: '/docs/getting-started/running-backstage-locally', to: '/docs/getting-started/', }, - { - from: '/docs/getting-started/contributors', - to: 'https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md', - }, ], }, ],