techdivision / docviewer
This neos package enables you to read the docs of the installed packages
Installs: 11 145
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 17
Forks: 5
Open Issues: 1
Type:neos-package
Requires
- erusev/parsedown: 1.6.*
- neos/neos: ^5.0 || ^7.0
This package is auto-updated.
Last update: 2024-10-24 22:00:46 UTC
README
This Neos package provides a backend module which renders Markdown in the "Documentation" folder of all installed packages. The idea is Neos.Editors are able to read a project specific manual about the project.
For examle in your Neos site are some complex editing or configuration features for the Neos.Editors. With this module are you able to provide them a manuel for your project.
Why not reStructuredText?
At this point there is no stable php solution rendering RST especially the Neos docs. To avoid complex dependencies this project supports only Markdown yet.
Features
- List installed packages with documentation
- Rendering markdown with common features
- Configurable blacklist to hide packages
- Configurable default packages
TBD
- configurable optional sub-directory inside the Documentation directory for rendering to enable the possibility for a developer documentation and an user manual