wai-blue / guidevis
Lightweight PHP library for visualizing guides
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- erusev/parsedown: ^1.7
- symfony/yaml: ^7.1
- twig/twig: ^3.14
README
File-based (no SQL) library for various guides (user guide, developer's guide, recipe book, ...).
Live preview
https://docs.wai.blue/dtxs-digital-twin-data-exchange-standard/ https://developer.hubleto.com
How to create guide
- Copy the contents of default guide folder into
/var/www/html/my-first-guide
. - In
/var/www/html/my-first-guide
run:composer require guidevis
,npm i tailwind
& *npm build-css
- In your favourite browser navigate to
https://localhost/my-first-guide
.
Create guide's content
Guide content is located in /var/www/html/my-first-guide/book/content
. It has two subfolders:
assets
folder contains all assets (mostly images) you will need for your guidepages
folder contains the Markdown-formatted content of the pages. Check out the sample.md for examples on how to create your own content.