docusaurus-plugin-remote-content icon indicating copy to clipboard operation
docusaurus-plugin-remote-content copied to clipboard

A Docusaurus plugin to download content from remote sources when it is needed.

Results 10 docusaurus-plugin-remote-content issues
Sort by recently updated
recently updated
newest added

Does this support a glob pattern of files? Listing individual files may be a very long list.

Hi all, I've been very busy lately, so I'm looking for a second maintainer to help out with this repository. Please email me if interested. Note: for security reasons, I...

localhost keeps hot reloading even though no changes are made ![image](https://user-images.githubusercontent.com/1384638/204521859-867cf69c-8746-4e47-bbd3-d5a9d520fb02.png) ## docusaurus.config.js ``` [ "docusaurus-plugin-remote-content", { name: "some-name-readme", sourceBaseUrl: "https://someurl.com/file.md", outDir: "docs/xyz/", documents: ["README.md"], modifyContent(filename, content) { if (filename.includes("README"))...

bug

## Problem I have a desire to populate a Docusaurus instance with content from multiple distinct repos. The content in those “remote” (relative to the Docusaurus instance) may change, and...

Feature

Running CLI Sync mode runs every instance of the plugin. When I have two or more instances of the plugin in my `docusaurus.config.js` and I use the CLI Sync mode...

bug

I have a docusaurus config with 20+ instances of this plugin with a varying amount of documents for each. On start it errors out. **Error** ``` [ERROR] Error: read ECONNRESET...

bug

## Issue My site pulls markdown files from multiple repos with some requiring Authorization. I'm adding Authorization headers to the [requestconfig](https://github.com/rdilweb/docusaurus-plugin-remote-content?tab=readme-ov-file#requestconfig) that gets passed to Axios. I'm using [cli-sync](https://github.com/rdilweb/docusaurus-plugin-remote-content?tab=readme-ov-file#cli-sync) with...

Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @​blakeembrey in expressjs/express#5935 [email protected] by @​wesleytodd in expressjs/express#5954...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies