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
-
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
*.md
anddocs/*.md
. If parcel only supports*.html
as entries, then the plugin must generates*.html
entry.My questions are:
Beta Was this translation helpful? Give feedback.
All reactions