🚀 Feature
Be able to pull plain text information from external sources and build it up with docusaurus build.
Example: Retrieving an external markdown file to be injected into a specific route.
Yes
Motivation
We would like to source github's READMEs and build them with docusaurus build for our project documentation (botonic).
I have seen a related issue here: #2725 , but couldn't find the mentioned plugin in docusaurus docs.
Pitch
I think it's pretty common for open-source projects to have several plugins in order to add extra functionalities to them. In our situation, every plugin is documented itself in its corresponding README in github which serves as the main documentation as for example Gatsby does with their plugins, so this is the main reason of being implemented. This is our current plugins library.
To do so, maybe it would be useful to have a list of urls (pointing to an url with the corresponding .md in this case) and mapping them into desired routes in the project.
Many thanks! 😊 You have an awesome ongoing project!
🚀 Feature
Be able to pull plain text information from external sources and build it up with docusaurus build.
Example: Retrieving an external markdown file to be injected into a specific route.
Have you read the Contributing Guidelines on issues?
Yes
Motivation
We would like to source github's READMEs and build them with
docusaurus buildfor our project documentation (botonic).I have seen a related issue here: #2725 , but couldn't find the mentioned plugin in docusaurus docs.
Pitch
I think it's pretty common for open-source projects to have several plugins in order to add extra functionalities to them. In our situation, every plugin is documented itself in its corresponding README in github which serves as the main documentation as for example Gatsby does with their plugins, so this is the main reason of being implemented. This is our current plugins library.
To do so, maybe it would be useful to have a list of urls (pointing to an url with the corresponding .md in this case) and mapping them into desired routes in the project.
Many thanks! 😊 You have an awesome ongoing project!