-
Notifications
You must be signed in to change notification settings - Fork 60
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
[Feat] - Add Contributors Page, Updated Docusaurus, Fix Linters #175
Open
adithyaakrishna
wants to merge
4
commits into
WasmEdge:main
Choose a base branch
from
adithyaakrishna:feat/improv
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
FORCE_COLOR=1 npm run lint-staged --allow-empty | ||
FORCE_COLOR=1 npm run lint-staged --allow-empty && npm run lint:md-fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "WasmEdge Users and Contributors", | ||
"position": 11, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "We appreciate our users and fellow community members' contributions" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# WasmEdge Contributors | ||
|
||
We want to extend our deepest gratitude to each and every one of you who have contributed to this open-source project. Your hard work, dedication, and passion for coding have not only made this project possible but have also enriched the broader open-source community. | ||
|
||
## Your Impact | ||
|
||
- **Code Contributions**: Whether you've submitted a single line of code or have been a long-term contributor, your work has made a difference. | ||
- **Documentation**: Thanks to those who have improved or even just corrected a typo in the documentation. Every bit helps! | ||
- **Bug Reports**: Identifying issues is just as important as fixing them. Thank you for taking the time to report bugs. | ||
- **Feature Requests**: Your innovative ideas have been invaluable in driving the project forward. | ||
- **Community Support**: Those who have helped by answering questions, providing support, and moderating discussions, you've created a welcoming community for everyone. | ||
|
||
| Name | Role | Organization | LinkedIn | Twitter | GitHub | | ||
|----------------|----------|--------------|----------|----------|----------| | ||
| Vivian Hu | Data 2A | Data 3A | Data 4A | Data 5A | Data 5A | | ||
| Michael Yuan | Data 2A | Data 3A | Data 4A | Data 5A | Data 5A | | ||
|
||
|
||
## Looking Forward | ||
|
||
We're excited about the future of this project, and we can't wait to see where your contributions take us next. Here's to many more years of collaboration, innovation, and open-source goodness! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 11 | ||
sidebar_position: 1 | ||
--- | ||
|
||
# WasmEdge Users and Collaborators | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
i18n/zh/docusaurus-plugin-content-docs/current/contribute/community/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"label": "WasmEdge Users and Contributors", | ||
"position": 11, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "We appreciate our users and fellow community members' contributions" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
.../zh/docusaurus-plugin-content-docs/current/contribute/community/contributors.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
sidebar_position: 2 | ||
--- | ||
|
||
# WasmEdge Contributors | ||
|
||
We want to extend our deepest gratitude to each and every one of you who have contributed to this open-source project. Your hard work, dedication, and passion for coding have not only made this project possible but have also enriched the broader open-source community. | ||
|
||
## Your Impact | ||
|
||
- **Code Contributions**: Whether you've submitted a single line of code or have been a long-term contributor, your work has made a difference. | ||
- **Documentation**: Thanks to those who have improved or even just corrected a typo in the documentation. Every bit helps! | ||
- **Bug Reports**: Identifying issues is just as important as fixing them. Thank you for taking the time to report bugs. | ||
- **Feature Requests**: Your innovative ideas have been invaluable in driving the project forward. | ||
- **Community Support**: Those who have helped by answering questions, providing support, and moderating discussions, you've created a welcoming community for everyone. | ||
|
||
| Name | Role | Organization | LinkedIn | Twitter | GitHub | | ||
|----------------|----------|--------------|----------|----------|----------| | ||
| Vivian Hu | Data 2A | Data 3A | Data 4A | Data 5A | Data 5A | | ||
| Michael Yuan | Data 2A | Data 3A | Data 4A | Data 5A | Data 5A | | ||
|
||
|
||
## Looking Forward | ||
|
||
We're excited about the future of this project, and we can't wait to see where your contributions take us next. Here's to many more years of collaboration, innovation, and open-source goodness! |
2 changes: 1 addition & 1 deletion
2
...-content-docs/current/contribute/users.md → ...ocs/current/contribute/community/users.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
sidebar_position: 11 | ||
sidebar_position: 1 | ||
--- | ||
|
||
# WasmEdge Users and Collaborators | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If you can't list all the maintainers, then it's meaningless.
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.
@alabulei1 Its a WIP, I dont have the info regarding the Role Organization and the social media links. Could you please share with me the same?
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.
I don't have this information either.