-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
migration cli uses absolute paths instead of relative paths for customCss and sidebarPath #3239
Copy link
Copy link
Closed
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executiongood first issueIf you are just getting started with Docusaurus, this issue should be a good place to begin.If you are just getting started with Docusaurus, this issue should be a good place to begin.help wantedAsking for outside help and/or contributions to this particular issue or PR.Asking for outside help and/or contributions to this particular issue or PR.mlhMajor League Hacking FellowshipMajor League Hacking Fellowship
Metadata
Metadata
Assignees
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionAn error in the Docusaurus core causing instability or issues with its executiongood first issueIf you are just getting started with Docusaurus, this issue should be a good place to begin.If you are just getting started with Docusaurus, this issue should be a good place to begin.help wantedAsking for outside help and/or contributions to this particular issue or PR.Asking for outside help and/or contributions to this particular issue or PR.mlhMajor League Hacking FellowshipMajor League Hacking Fellowship
Type
Fields
Give feedbackNo fields configured for issues without a type.
🐛 Bug Report
The migration CLI uses absolute paths instead of relative paths for
customCssandsidebarPathDiscovered while working on MLH-Fellowship/react-native-website#37
Have you read the Contributing Guidelines on issues?
yes
To Reproduce
npx docusaurus-initdocusaurus-migrate migrate website website-v2website-v2/docusaurus.config.jssidebarPathandcustomCssExpected behavior
The paths should be relative / should use
require.resolve()Actual Behavior
Absolute paths are written in
docusaurus.config.jsYour Environment
Example Repo
https://github.com/darshkpatel/docusaurus-migrationcli-bug
Lines:
https://github.com/darshkpatel/docusaurus-migrationcli-bug/blob/768810e484cd0ccbb21fd33656e74ba944ccf654/website-v2/docusaurus.config.js#L32-L38