-
Notifications
You must be signed in to change notification settings - Fork 48
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: rebuild theme-default #134
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 9125046679Details
💛 - Coveralls |
The new default theme is ready ! However, there seems to be a problem with the e2e tests; during the document build phase, it got stuck, and I couldn't find the source of the issue. Please help investigate and resolve it. |
@@ -0,0 +1,37 @@ | |||
import type { TemplateRendererContext } from 'vuepress/utils' |
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.
This file could be extracted to @vuepress/theme-helper
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 think @vuepress/theme-helper
can be included in future update plans.
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.
A lot of functions can be extracted to @vuepress/theme-helper
, I think we can start this migration in this pr, and cherry pick the changes to main continuously.
This can avoid a huge change being merged with a single commit.
@pengzhanbo Can you send a pr about |
Done. vuepress/core#1620 |
No description provided.