Skip to content

Commit

Permalink
docs(contributing): update contributing section on docs page to match…
Browse files Browse the repository at this point in the history
… CONTRIBUTING.md (apache#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
  • Loading branch information
riahk authored and shcoderAlex committed Feb 7, 2022
1 parent 6b42125 commit d330426
Show file tree
Hide file tree
Showing 27 changed files with 1,536 additions and 611 deletions.
2 changes: 1 addition & 1 deletion docs/doczrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export default {
'Connecting to Databases',
'Creating Charts and Dashboards',
'Miscellaneous',
'Contributing',
'Frequently Asked Questions',
'Contribution Guide',
'Roadmap',
'API',
'Security',
Expand Down
2 changes: 1 addition & 1 deletion docs/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Loading

0 comments on commit d330426

Please sign in to comment.