techdivision / DocViewer

A Neos backend module for reading the documentation of the installed packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TechDivision.DocViewer

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

TechDivision Logo

TBD

  • configurable optional sub-directory inside the Documentation directory for rendering to enable the possibility for a developer documentation and an user manual

About

A Neos backend module for reading the documentation of the installed packages

License:GNU General Public License v3.0


Languages

Language:PHP 73.3%Language:HTML 13.0%Language:SCSS 8.1%Language:JavaScript 5.6%