Welcome to YDocs

This is the new reactive documentation generator built into YFlite.

Features

Enjoy the old _new_ standard of YFlite documentation.

Note: This documentation engine is fully reactive and allows you to embed live code snippets!

Interactive Demo

Below is a live rendering of the y_badge and y_button components executed directly from this markdown file:

Interactive
Interactive Code
echo y_badge('Interactive', ['class' => 'badge-success']);
echo y_button('Click Me', 'primary', ['onclick' => "alert('Hello from YDocs!')"]);

Steps to Customize

  1. Create your documentation page (e.g. docs/my-page.md).
  2. Add your content using standard markdown formats.
  3. Include live play blocks where necessary.