Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix an issue where it goes into an infinite loop when building (#…
…4596) This change sets `noRuntimeDownloads` to `true` for `plugin-remote-content'` to avoid the infinite loop issue mentioned in rdilweb/docusaurus-plugin-remote-content#51, as described in https://github.com/rdilweb/docusaurus-plugin-remote-content#noruntimedownloads. It also updates some of the yarn scripts to generate the required files before `yarn start`, `yarn build`, and `yarn deploy`. To manually generate the files, run: ```bash yarn docusaurus download-remote-content-external yarn docusaurus download-remote-content-sdks ```
- Loading branch information