rdilweb / docusaurus-plugin-remote-content

A Docusaurus plugin to download content from remote sources when it is needed.
MIT License
94 stars 12 forks source link

multiple repos #18

Closed asaf closed 3 years ago

asaf commented 3 years ago

Hey,

Is this plugin supports fetching data from multiple sources ?

Thanks, Asaf.

RDIL commented 3 years ago

Hey!

Yes, you can. For each source, you can add a new instance of the plugin to the plugins section of your Docusaurus config, and each will be able to fetch content from a different source.

Let me know if this doesn't fully answer your question, or if you need more help.