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

v1.1 2025-01-21 13:41 UTC

This package is not auto-updated.

Last update: 2025-04-02 11:16:51 UTC


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 guide
  • pages folder contains the Markdown-formatted content of the pages. Check out the sample.md for examples on how to create your own content.