This module provides a manual for Drupal using the export route of the books core module.
The current state is experimental and may contain hard codings.
- templates for displaying a book with all of its pages on a single page
- hides the books outline for non-book-page nodes
- a minimal styling for the manual
- Drupal 10+
- Install using composer.json:
composer require xima/xm_drupal_manual
- Enable the module in the drupal backend as usual
A rector config is provided. Run the following command to execute it:
composer run-script php:check
Navigate to the module folder in order to rebuild the assets:
Build the minified js:
npm run js
Compile scss into minified css:
npm run sass