Added back contributors.md and removed redirect

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-09-11 08:20:44 -05:00
parent 4f07583ea6
commit 153ab42d90
2 changed files with 14 additions and 4 deletions
+14
View File
@@ -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 cant 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
-4
View File
@@ -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',
},
],
},
],