-
Notifications
You must be signed in to change notification settings - Fork 44
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(plan/nodejs): add Docusaurus️ framework support #78
Conversation
@@ -411,6 +416,7 @@ func GetStaticOutputDir(ctx *nodePlanContext) string { | |||
types.NodeProjectFrameworkVitepress: "docs/.vitepress/dist", | |||
types.NodeProjectFrameworkAstroStatic: "dist", | |||
types.NodeProjectFrameworkSliDev: "dist", | |||
types.NodeProjectFrameworkDocusaurus: "build", |
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.
Is this output directory fixed? (users can't change it in an easy way)
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.
@pan93412 This should be the default output directory of the framework. If user change the config, they can pass the custom output path from buildOptions
.
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.
sorry, it should be a comment
Thanks for your contributions! ❤️ |
add Docusaurus️ framework support