-
Notifications
You must be signed in to change notification settings - Fork 52
Adds documentation on exporting & bundling for ESM Script #752
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
base: main
Are you sure you want to change the base?
Conversation
…s" to "Classic" and "ESM Scripts" to "ESM" for consistency and clarity.
Co-authored-by: Will Eastcott <[email protected]>
i18n/ja/docusaurus-plugin-content-docs/current/user-manual/scripting/editor-users/exporting.md
Show resolved
Hide resolved
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.
Pull Request Overview
This PR adds new documentation pages for exporting and bundling ESM scripts in both Japanese and English, and updates the redirect configuration accordingly.
- Adds Japanese documentation for exporting and preloading scripts
- Adds English documentation for exporting and preloading scripts
- Updates the redirect in docusaurus.config.js to point to the new exporting documentation
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
i18n/ja/docusaurus-plugin-content-docs/current/user-manual/scripting/editor-users/exporting.md | Added Japanese documentation on exporting and preloading scripts |
docusaurus.config.js | Updated redirect target to the new exporting documentation |
docs/user-manual/scripting/editor-users/exporting.md | Added English documentation on exporting and preloading scripts |
Comments suppressed due to low confidence (1)
docusaurus.config.js:46
- Ensure that the updated redirect target '/user-manual/scripting/editor-users/exporting/' is correct and that any legacy links to '/user-manual/scripting/loading-order/' are adequately handled.
{ from: ['/user-manual/scripting/loading-order/', '/en/user-manual/scripting/loading-order'], to: '/user-manual/scripting/editor-users/exporting/' },
This should also be ready to go @willeastcott 🙏 |
We already have this page - should it be deleted in this PR? |
Fixes #751
I confirm I have read the contributing guidelines and signed the Contributor License Agreement.