-
-
Notifications
You must be signed in to change notification settings - Fork 1
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(website): introduce new website using vitepress
#179
Merged
Conversation
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
vitepress
vitepress
Labels have been automatically applied based on the conventional commit types.🏷️ |
vitepress
vitepress
vitepress
vitepress
Labels have been automatically applied based on the conventional commit types.🏷️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request includes several updates to improve the repository's configuration, documentation, and build processes. The most important changes involve updating configuration files, improving documentation, and adding new scripts to
package.json
.Configuration Updates:
.markdownlint.json
: Addedsmall
andBadge
to the list of allowed HTML elements. [1] [2].markdownlintignore
and.prettierignore
: Added**/.vitepress/cache/
to the ignore list. [1] [2]eslint.config.js
: Updatedignores
to include**/.vitepress/cache/
.Documentation Improvements:
README.md
: Simplified and reorganized the content, including updating badge colors and improving the call-to-action for GitHub stars. [1] [2]CONTRIBUTING.md
: Updated the directory reference for documentation fromdocs
towebsite
and improved the commit message format. [1] [2]docs
directory to clean up the documentation. [1] [2] [3] [4] [5] [6] [7] [8]Build Process Enhancements:
package.json
: Added new scripts for development and build processes, includingdev
,start
, andbuild:website
. Also added@types/node
todevDependencies
.These changes aim to enhance the repository's maintainability and streamline the development workflow.