-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add URL for Supporters section in home page #416
Conversation
Signed-off-by: Suruchi Kumari <[email protected]>
Loom.Message.-.22.August.2023.mp4 |
@coder12git Thanks for the contributions, but I think it should jumper to the supporters section instead of jumper a new page.. |
Okay, I will do that! |
Signed-off-by: Suruchi Kumari <[email protected]>
@fisherxu Please review now, done all the changes! Loom.Message.-.24.August.2023.mp4 |
docusaurus.config.js
Outdated
{ | ||
label: "Supporters", | ||
href: "/#supporters", | ||
position: "left", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ | |
label: "Supporters", | |
href: "/#supporters", | |
position: "left", | |
}, |
No need to add to nav bar :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I thought it might be helpful, anyway I removed that!
Signed-off-by: Suruchi Kumari <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fisherxu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Issue -> Add url
https://kubeedge.io/supporters
for Supporters section in home page #415Other information:
In .docusaurus/ routes file I have added this code -
{
path: "/supporters",
component: Supporters,
exact: true,
},