cncf-tags / cloud-native-ai

https://cncf-tags.github.io/cloud-native-ai/
4 stars 3 forks source link

PR for conference dashboard #6

Closed LoveYourself999 closed 1 month ago

LoveYourself999 commented 2 months ago

This PR is for uploading the current version of the dashboard. It uses force-direct-graph to show the connection between different keywords of conferences. The dashboard from Github Pages looks like this:

image
rootfs commented 2 months ago

@LoveYourself999 can you sign the DCO? you can follow these steps:

To add your Signed-off-by line to every commit in this branch:

- Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally).
- In your local branch, run: git rebase HEAD~3 --signoff
- Force push your changes to overwrite the branch: git push --force-with-lease origin gh-pages