docs(contributing): update contributing section on docs page to match CONTRIBUTING.md (#17718)

* add contributing section with CONTRIBUTING.MD sections to docs page

* rm extraneous links

* add chart param reference, update section titles

* useful links

* test openapi

* revert test code

* bump swagger-react-ui version

* update package lock

* fix lock
This commit is contained in:
Moriah Kreeger
2022-01-10 11:36:35 -05:00
committed by GitHub
parent 35f4c33245
commit 7329e3c847
27 changed files with 1536 additions and 611 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ exports.createPages = ({ actions }) => {
});
createRedirect({
fromPath: '/installation.html#building-from-source',
toPath: '/docs/contribution',
toPath: '/docs/contributing/contribution-guidelines',
isPermanent: true,
});
createRedirect({