Skip to content
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

Merged
merged 1 commit into from
May 29, 2023
Merged

feat(plan/nodejs): add Docusaurus️ framework support #78

merged 1 commit into from
May 29, 2023

Conversation

ScmTble
Copy link
Contributor

@ScmTble ScmTble commented May 28, 2023

add Docusaurus️ framework support

@MichaelYuhe MichaelYuhe requested a review from pan93412 May 28, 2023 09:01
@MichaelYuhe MichaelYuhe added the enhancement New feature or request label May 28, 2023
@@ -411,6 +416,7 @@ func GetStaticOutputDir(ctx *nodePlanContext) string {
types.NodeProjectFrameworkVitepress: "docs/.vitepress/dist",
types.NodeProjectFrameworkAstroStatic: "dist",
types.NodeProjectFrameworkSliDev: "dist",
types.NodeProjectFrameworkDocusaurus: "build",
Copy link
Collaborator

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)

Copy link
Member

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.

@pan93412 pan93412 self-requested a review May 29, 2023 12:03
Copy link
Collaborator

@pan93412 pan93412 left a 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

@yuaanlin yuaanlin merged commit 4ea0337 into zeabur:main May 29, 2023
@MichaelYuhe
Copy link
Member

Thanks for your contributions! ❤️

@yuaanlin
Copy link
Member

https://github.com/zeabur/docusaurus-template
https://docusaurus.zeabur.app/

@itsalicelee itsalicelee mentioned this pull request May 29, 2023
hackerchai pushed a commit to hackerchai/zbpack that referenced this pull request Oct 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants