Replies: 1 comment 5 replies
-
A heads-up: these two points are easy to solve, but the hard parts will be stuff like a sidebar or an RSS feed (so a page which lists multiple/all files in the build). |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You may know docusaurus, a document generator based on webpack. I am trying to make something similar but simpler.
In a project, we have some markdown files:
And the Parcel plugin should scan
*.mdanddocs/*.md. If parcel only supports*.htmlas entries, then the plugin must generates*.htmlentry.My questions are:
Beta Was this translation helpful? Give feedback.
All reactions