-
The playground started as a shell for e2e testing, but evolved into disorganised demos and showcases of what can be done with the library. Also, the README is starting to become big and hard to digest, so a documentation overhaul would be welcome. The objective is to keep a single deployable web app that does the following:
Maybe an API reference could be useful (currently covered by the README), especially an exhaustive list of parsers. Requirements & Specifications
Inspirations:
Documentation structureInstallation
Basic usage
Going further
Advanced usage
Recipes (playground)
Reference
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Hi, @franky47. How can I help? |
Beta Was this translation helpful? Give feedback.
-
Added PR #433 with a next-docs app containing a copy of the README as an example. Looks great out of the box, though images don't seem to be supported due to the Next.js |
Beta Was this translation helpful? Give feedback.
Added PR #433 with a next-docs app containing a copy of the README as an example.
Looks great out of the box, though images don't seem to be supported due to the Next.js
<Image>
component requiring image dimension props. I have managed to fix that on my personal website though, so probably can backport there.